mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Add haptic driver to keyboard.json schema (#23591)
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
"num_lock": "C12",
|
||||
"scroll_lock": "C10"
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "solenoid"
|
||||
},
|
||||
"processor": "STM32F446",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "ROW2COL",
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
HAPTIC_DRIVER = solenoid
|
||||
@@ -10,6 +10,9 @@
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "solenoid"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "C11",
|
||||
"num_lock": "C12",
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
HAPTIC_DRIVER = solenoid
|
||||
@@ -10,6 +10,9 @@
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "solenoid"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "C11",
|
||||
"num_lock": "C12",
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
HAPTIC_DRIVER = solenoid
|
||||
@@ -10,6 +10,9 @@
|
||||
"mousekey": true,
|
||||
"nkro": false
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "solenoid"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "C12"
|
||||
},
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
HAPTIC_DRIVER = solenoid
|
||||
@@ -13,6 +13,9 @@
|
||||
"indicators": {
|
||||
"caps_lock": "C12"
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "solenoid"
|
||||
},
|
||||
"processor": "STM32F446", // RET6
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "ROW2COL",
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
HAPTIC_DRIVER = solenoid
|
||||
Reference in New Issue
Block a user