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/keybage | |
| parent | 86e7df0c2a75baa00238f5350a912d5a4f8b622d (diff) | |
Migrate features and LTO from rules.mk to data driven (#23302)
Diffstat (limited to 'keyboards/keybage')
| -rw-r--r-- | keyboards/keybage/radpad/keyboard.json (renamed from keyboards/keybage/radpad/info.json) | 14 | ||||
| -rw-r--r-- | keyboards/keybage/radpad/rules.mk | 15 |
2 files changed, 14 insertions, 15 deletions
diff --git a/keyboards/keybage/radpad/info.json b/keyboards/keybage/radpad/keyboard.json index 4ee89e9b18..84407a9310 100644 --- a/keyboards/keybage/radpad/info.json +++ b/keyboards/keybage/radpad/keyboard.json | |||
| @@ -8,6 +8,20 @@ | |||
| 8 | "pid": "0x5250", | 8 | "pid": "0x5250", |
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "build": { | ||
| 12 | "lto": true | ||
| 13 | }, | ||
| 14 | "features": { | ||
| 15 | "bootmagic": true, | ||
| 16 | "command": false, | ||
| 17 | "console": false, | ||
| 18 | "encoder": true, | ||
| 19 | "extrakey": true, | ||
| 20 | "mousekey": true, | ||
| 21 | "nkro": false, | ||
| 22 | "oled": true, | ||
| 23 | "rgblight": true | ||
| 24 | }, | ||
| 11 | "matrix_pins": { | 25 | "matrix_pins": { |
| 12 | "cols": ["E6", "B4", "D7", "B1"], | 26 | "cols": ["E6", "B4", "D7", "B1"], |
| 13 | "rows": ["F5", "B5", "B6", "B2", "B3"] | 27 | "rows": ["F5", "B5", "B6", "B2", "B3"] |
diff --git a/keyboards/keybage/radpad/rules.mk b/keyboards/keybage/radpad/rules.mk deleted file mode 100644 index f1e31ddbdc..0000000000 --- a/keyboards/keybage/radpad/rules.mk +++ /dev/null | |||
| @@ -1,15 +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 = no # Commands for debug and configuration | ||
| 9 | NKRO_ENABLE = no # Enable N-Key Rollover | ||
| 10 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
| 11 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
| 12 | AUDIO_ENABLE = no # Audio output | ||
| 13 | ENCODER_ENABLE = yes | ||
| 14 | OLED_ENABLE = yes | ||
| 15 | LTO_ENABLE = yes | ||
