forked from mirror/qmk_firmware
Add haptic driver to keyboard.json schema (#23591)
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
"qmk": {
|
||||
"tap_keycode_delay": 10
|
||||
},
|
||||
"haptic": {
|
||||
"driver": "solenoid"
|
||||
},
|
||||
"url": "https://github.com/dcpedit/redherring",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
F_CPU = 16000000
|
||||
HAPTIC_DRIVER = solenoid
|
||||
Reference in New Issue
Block a user