diff options
| author | Ryan | 2024-04-24 05:59:57 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-24 05:59:57 +0200 |
| commit | c505ea48b37ce6b1a725dbfe13842007785f5ef2 (patch) | |
| tree | bc2cc589d54f038e5938eb3e7b5e2b014e0c80e5 /keyboards/xw60/keyboard.json | |
| parent | d9740c9de11d41493149bee2e712aee536d40b25 (diff) | |
Add haptic driver to keyboard.json schema (#23591)
Diffstat (limited to 'keyboards/xw60/keyboard.json')
| -rw-r--r-- | keyboards/xw60/keyboard.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/xw60/keyboard.json b/keyboards/xw60/keyboard.json index 6316f944e5..3bd11e21c1 100644 --- a/keyboards/xw60/keyboard.json +++ b/keyboards/xw60/keyboard.json @@ -20,6 +20,9 @@ "enabled": true } }, + "haptic": { + "driver": "solenoid" + }, "matrix_pins": { "cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "B7", "B5", "B4", "D7", "D6", "B3"], "rows": ["D0", "D1", "D2", "D3", "D5"] |