diff options
| author | Joel Challis <git@zvecr.com> | 2024-03-30 10:43:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-30 10:43:15 +0000 |
| commit | 426bb9c651a292dce6ae01e7ed9d41d94dbba99f (patch) | |
| tree | fbee5244f85aada3c7c17d52cd3dace080f7e06f /keyboards/drewkeys | |
| parent | 86e7df0c2a75baa00238f5350a912d5a4f8b622d (diff) | |
Migrate features and LTO from rules.mk to data driven (#23302)
Diffstat (limited to 'keyboards/drewkeys')
| -rw-r--r-- | keyboards/drewkeys/iskar/keyboard.json (renamed from keyboards/drewkeys/iskar/info.json) | 11 | ||||
| -rw-r--r-- | keyboards/drewkeys/iskar/rules.mk | 13 |
2 files changed, 11 insertions, 13 deletions
diff --git a/keyboards/drewkeys/iskar/info.json b/keyboards/drewkeys/iskar/keyboard.json index 5aae75c86c..c3f1aace78 100644 --- a/keyboards/drewkeys/iskar/info.json +++ b/keyboards/drewkeys/iskar/keyboard.json | |||
| @@ -8,6 +8,17 @@ | |||
| 8 | "pid": "0x1284", | 8 | "pid": "0x1284", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "build": { | ||
| 12 | "lto": true | ||
| 13 | }, | ||
| 14 | "features": { | ||
| 15 | "bootmagic": false, | ||
| 16 | "command": false, | ||
| 17 | "console": false, | ||
| 18 | "extrakey": true, | ||
| 19 | "mousekey": true, | ||
| 20 | "nkro": true | ||
| 21 | }, | ||
| 11 | "matrix_pins": { | 22 | "matrix_pins": { |
| 12 | "cols": ["B6", "C6", "C7", "F6", "F5", "F4", "F7", "F1", "F0", "E6", "B7", "D0", "D1", "D2", "D3", "D5"], | 23 | "cols": ["B6", "C6", "C7", "F6", "F5", "F4", "F7", "F1", "F0", "E6", "B7", "D0", "D1", "D2", "D3", "D5"], |
| 13 | "rows": ["D6", "D7", "B4", "B5", "D4"] | 24 | "rows": ["D6", "D7", "B4", "B5", "D4"] |
diff --git a/keyboards/drewkeys/iskar/rules.mk b/keyboards/drewkeys/iskar/rules.mk deleted file mode 100644 index db678d6ead..0000000000 --- a/keyboards/drewkeys/iskar/rules.mk +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | # Build Options | ||
| 2 | # change yes to no to disable | ||
| 3 | # | ||
| 4 | BOOTMAGIC_ENABLE = no # 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 = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | LTO_ENABLE = yes | ||
