aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/hardwareabstraction/handwire/keyboard.json
diff options
context:
space:
mode:
authorRyan2024-04-24 05:59:57 +0200
committerGitHub2024-04-24 05:59:57 +0200
commitc505ea48b37ce6b1a725dbfe13842007785f5ef2 (patch)
treebc2cc589d54f038e5938eb3e7b5e2b014e0c80e5 /keyboards/hardwareabstraction/handwire/keyboard.json
parentd9740c9de11d41493149bee2e712aee536d40b25 (diff)
Add haptic driver to keyboard.json schema (#23591)
Diffstat (limited to 'keyboards/hardwareabstraction/handwire/keyboard.json')
-rw-r--r--keyboards/hardwareabstraction/handwire/keyboard.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/hardwareabstraction/handwire/keyboard.json b/keyboards/hardwareabstraction/handwire/keyboard.json
index 5e0ec6f11e..225712dcc4 100644
--- a/keyboards/hardwareabstraction/handwire/keyboard.json
+++ b/keyboards/hardwareabstraction/handwire/keyboard.json
@@ -15,6 +15,9 @@
"oled": true,
"wpm": true
},
+ "haptic": {
+ "driver": "solenoid"
+ },
"build": {
"lto": true
},