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/ai03 | |
| parent | d9740c9de11d41493149bee2e712aee536d40b25 (diff) | |
Add haptic driver to keyboard.json schema (#23591)
Diffstat (limited to 'keyboards/ai03')
| -rw-r--r-- | keyboards/ai03/lunar_ii/keyboard.json | 3 | ||||
| -rw-r--r-- | keyboards/ai03/lunar_ii/rules.mk | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/ai03/lunar_ii/keyboard.json b/keyboards/ai03/lunar_ii/keyboard.json index 38729595a2..badf9240ab 100644 --- a/keyboards/ai03/lunar_ii/keyboard.json +++ b/keyboards/ai03/lunar_ii/keyboard.json | |||
| @@ -22,6 +22,9 @@ | |||
| 22 | "resync": true | 22 | "resync": true |
| 23 | } | 23 | } |
| 24 | }, | 24 | }, |
| 25 | "haptic": { | ||
| 26 | "driver": "solenoid" | ||
| 27 | }, | ||
| 25 | "processor": "atmega32u4", | 28 | "processor": "atmega32u4", |
| 26 | "bootloader": "atmel-dfu", | 29 | "bootloader": "atmel-dfu", |
| 27 | "diode_direction": "COL2ROW", | 30 | "diode_direction": "COL2ROW", |
diff --git a/keyboards/ai03/lunar_ii/rules.mk b/keyboards/ai03/lunar_ii/rules.mk deleted file mode 100644 index a521203b32..0000000000 --- a/keyboards/ai03/lunar_ii/rules.mk +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | HAPTIC_DRIVER = solenoid | ||
