1
0
Fork 0

Add haptic driver to keyboard.json schema (#23591)

This commit is contained in:
Ryan 2024-04-24 13:59:57 +10:00 committed by GitHub
parent d9740c9de1
commit c505ea48b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 64 additions and 18 deletions

View file

@ -15,6 +15,9 @@
"num_lock": "C12",
"scroll_lock": "C10"
},
"haptic": {
"driver": "solenoid"
},
"processor": "STM32F446",
"bootloader": "stm32-dfu",
"diode_direction": "ROW2COL",

View file

@ -1 +0,0 @@
HAPTIC_DRIVER = solenoid

View file

@ -10,6 +10,9 @@
"mousekey": true,
"nkro": false
},
"haptic": {
"driver": "solenoid"
},
"indicators": {
"caps_lock": "C11",
"num_lock": "C12",

View file

@ -1 +0,0 @@
HAPTIC_DRIVER = solenoid

View file

@ -10,6 +10,9 @@
"mousekey": true,
"nkro": false
},
"haptic": {
"driver": "solenoid"
},
"indicators": {
"caps_lock": "C11",
"num_lock": "C12",

View file

@ -1 +0,0 @@
HAPTIC_DRIVER = solenoid

View file

@ -10,6 +10,9 @@
"mousekey": true,
"nkro": false
},
"haptic": {
"driver": "solenoid"
},
"indicators": {
"caps_lock": "C12"
},

View file

@ -1 +0,0 @@
HAPTIC_DRIVER = solenoid

View file

@ -13,6 +13,9 @@
"indicators": {
"caps_lock": "C12"
},
"haptic": {
"driver": "solenoid"
},
"processor": "STM32F446", // RET6
"bootloader": "stm32-dfu",
"diode_direction": "ROW2COL",

View file

@ -1 +0,0 @@
HAPTIC_DRIVER = solenoid