diff options
author | Ryan <fauxpark@gmail.com> | 2024-04-24 13:59:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 04:59:57 +0100 |
commit | c505ea48b37ce6b1a725dbfe13842007785f5ef2 (patch) | |
tree | bc2cc589d54f038e5938eb3e7b5e2b014e0c80e5 /keyboards/mechwild | |
parent | d9740c9de11d41493149bee2e712aee536d40b25 (diff) |
Add haptic driver to keyboard.json schema (#23591)
Diffstat (limited to 'keyboards/mechwild')
-rw-r--r-- | keyboards/mechwild/clunker/keyboard.json (renamed from keyboards/mechwild/clunker/info.json) | 3 | ||||
-rw-r--r-- | keyboards/mechwild/clunker/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/mechwild/clunker/info.json b/keyboards/mechwild/clunker/keyboard.json index 1a4114f8f2..acf9628f8e 100644 --- a/keyboards/mechwild/clunker/info.json +++ b/keyboards/mechwild/clunker/keyboard.json @@ -17,6 +17,9 @@ "mousekey": true, "nkro": true }, + "haptic": { + "driver": "solenoid" + }, "matrix_pins": { "cols": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"], "rows": ["F5", "F6", "B3", "F7", "B2", "B1", "B6"] diff --git a/keyboards/mechwild/clunker/rules.mk b/keyboards/mechwild/clunker/rules.mk deleted file mode 100644 index a521203b32..0000000000 --- a/keyboards/mechwild/clunker/rules.mk +++ /dev/null @@ -1 +0,0 @@ -HAPTIC_DRIVER = solenoid |