mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
e553cf7214
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
|
||||
|
||||
|
@ -3,8 +3,5 @@
|
||||
#pragma once
|
||||
|
||||
#define HAL_USE_SPI TRUE
|
||||
#define SPI_USE_WAIT TRUE
|
||||
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
||||
|
@ -6,8 +6,6 @@
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true
|
||||
@ -23,7 +21,6 @@
|
||||
"driver": "vendor"
|
||||
}
|
||||
},
|
||||
"url": "",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
"pid": "0x4832",
|
||||
|
@ -1,8 +1,10 @@
|
||||
{
|
||||
"features": {
|
||||
"joystick": true
|
||||
"joystick": true,
|
||||
"pointing_device": true
|
||||
},
|
||||
"joystick": {
|
||||
"driver": "analog",
|
||||
"axes": {
|
||||
"x": {
|
||||
"high": 938,
|
||||
|
@ -1,3 +1 @@
|
||||
POINTING_DEVICE_ENABLE = yes
|
||||
POINTING_DEVICE_DRIVER = pmw3389
|
||||
JOYSTICK_DRIVER = analog
|
||||
|
Loading…
Reference in New Issue
Block a user