summaryrefslogtreecommitdiff
path: root/keyboards/keybage
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-30 10:43:15 +0000
committerGitHub <noreply@github.com>2024-03-30 10:43:15 +0000
commit426bb9c651a292dce6ae01e7ed9d41d94dbba99f (patch)
treefbee5244f85aada3c7c17d52cd3dace080f7e06f /keyboards/keybage
parent86e7df0c2a75baa00238f5350a912d5a4f8b622d (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.mk15
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#
4BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = yes # Mouse keys
6EXTRAKEY_ENABLE = yes # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = no # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13ENCODER_ENABLE = yes
14OLED_ENABLE = yes
15LTO_ENABLE = yes