mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
dlip/haritev2 - Post merge fixes (#25264)
This commit is contained in:
parent
59c3612590
commit
8c108efb0d
5
keyboards/dlip/haritev2/dual_cirque/keyboard.json
Normal file
5
keyboards/dlip/haritev2/dual_cirque/keyboard.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"features": {
|
||||||
|
"pointing_device": true
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1 @@
|
|||||||
POINTING_DEVICE_ENABLE = yes
|
|
||||||
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
|
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
|
||||||
|
|
||||||
|
@ -3,8 +3,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define HAL_USE_SPI TRUE
|
#define HAL_USE_SPI TRUE
|
||||||
#define SPI_USE_WAIT TRUE
|
|
||||||
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
|
||||||
|
|
||||||
#include_next <halconf.h>
|
#include_next <halconf.h>
|
||||||
|
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"command": false,
|
|
||||||
"console": false,
|
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": true
|
"nkro": true
|
||||||
@ -23,7 +21,6 @@
|
|||||||
"driver": "vendor"
|
"driver": "vendor"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"url": "",
|
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_version": "1.0.0",
|
"device_version": "1.0.0",
|
||||||
"pid": "0x4832",
|
"pid": "0x4832",
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"features": {
|
"features": {
|
||||||
"joystick": true
|
"joystick": true,
|
||||||
|
"pointing_device": true
|
||||||
},
|
},
|
||||||
"joystick": {
|
"joystick": {
|
||||||
|
"driver": "analog",
|
||||||
"axes": {
|
"axes": {
|
||||||
"x": {
|
"x": {
|
||||||
"high": 938,
|
"high": 938,
|
||||||
|
@ -1,3 +1 @@
|
|||||||
POINTING_DEVICE_ENABLE = yes
|
|
||||||
POINTING_DEVICE_DRIVER = pmw3389
|
POINTING_DEVICE_DRIVER = pmw3389
|
||||||
JOYSTICK_DRIVER = analog
|
|
||||||
|
Loading…
Reference in New Issue
Block a user