diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-15 22:24:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 22:24:10 +0000 |
| commit | 14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch) | |
| tree | 8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/splitish | |
| parent | 1a903372846f24028431d20bc25e64b4da69da27 (diff) | |
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/splitish')
| -rw-r--r-- | keyboards/splitish/keyboard.json (renamed from keyboards/splitish/info.json) | 8 | ||||
| -rw-r--r-- | keyboards/splitish/rules.mk | 10 |
2 files changed, 8 insertions, 10 deletions
diff --git a/keyboards/splitish/info.json b/keyboards/splitish/keyboard.json index 7183ed66b2..0804317371 100644 --- a/keyboards/splitish/info.json +++ b/keyboards/splitish/keyboard.json | |||
| @@ -8,6 +8,14 @@ | |||
| 8 | "pid": "0x6464", | 8 | "pid": "0x6464", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "features": { | ||
| 12 | "bootmagic": true, | ||
| 13 | "command": true, | ||
| 14 | "console": false, | ||
| 15 | "extrakey": true, | ||
| 16 | "mousekey": true, | ||
| 17 | "nkro": true | ||
| 18 | }, | ||
| 11 | "matrix_pins": { | 19 | "matrix_pins": { |
| 12 | "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "C6", "D4", "D0", "D1", "D2", "D3"], | 20 | "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "C6", "D4", "D0", "D1", "D2", "D3"], |
| 13 | "rows": ["B4", "B5", "B2", "B6"] | 21 | "rows": ["B4", "B5", "B2", "B6"] |
diff --git a/keyboards/splitish/rules.mk b/keyboards/splitish/rules.mk deleted file mode 100644 index 363f2330b3..0000000000 --- a/keyboards/splitish/rules.mk +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
| 5 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 6 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 7 | CONSOLE_ENABLE = no # Console for debug | ||
| 8 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
