aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hardwareabstraction
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-04-24 13:59:57 +1000
committerGitHub <noreply@github.com>2024-04-24 04:59:57 +0100
commitc505ea48b37ce6b1a725dbfe13842007785f5ef2 (patch)
treebc2cc589d54f038e5938eb3e7b5e2b014e0c80e5 /keyboards/hardwareabstraction
parentd9740c9de11d41493149bee2e712aee536d40b25 (diff)
Add haptic driver to keyboard.json schema (#23591)
Diffstat (limited to 'keyboards/hardwareabstraction')
-rw-r--r--keyboards/hardwareabstraction/handwire/keyboard.json3
-rw-r--r--keyboards/hardwareabstraction/handwire/rules.mk1
2 files changed, 3 insertions, 1 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
},
diff --git a/keyboards/hardwareabstraction/handwire/rules.mk b/keyboards/hardwareabstraction/handwire/rules.mk
deleted file mode 100644
index a521203b32..0000000000
--- a/keyboards/hardwareabstraction/handwire/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-HAPTIC_DRIVER = solenoid