summaryrefslogtreecommitdiff
path: root/keyboards/skeletonkbd
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 22:24:10 +0000
committerGitHub <noreply@github.com>2024-03-15 22:24:10 +0000
commit14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch)
tree8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/skeletonkbd
parent1a903372846f24028431d20bc25e64b4da69da27 (diff)
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/skeletonkbd')
-rw-r--r--keyboards/skeletonkbd/skeletonnumpad/keyboard.json (renamed from keyboards/skeletonkbd/skeletonnumpad/info.json)9
-rw-r--r--keyboards/skeletonkbd/skeletonnumpad/rules.mk12
2 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/skeletonkbd/skeletonnumpad/info.json b/keyboards/skeletonkbd/skeletonnumpad/keyboard.json
index 7f4c72248d..5b72e5d8ec 100644
--- a/keyboards/skeletonkbd/skeletonnumpad/info.json
+++ b/keyboards/skeletonkbd/skeletonnumpad/keyboard.json
@@ -29,6 +29,15 @@
29 "alternating": true 29 "alternating": true
30 } 30 }
31 }, 31 },
32 "features": {
33 "bootmagic": true,
34 "command": false,
35 "console": false,
36 "extrakey": true,
37 "mousekey": true,
38 "nkro": false,
39 "rgblight": true
40 },
32 "matrix_pins": { 41 "matrix_pins": {
33 "cols": ["D6", "D7", "B4", "B5"], 42 "cols": ["D6", "D7", "B4", "B5"],
34 "rows": ["B6", "C6", "C7", "F7", "F6"] 43 "rows": ["B6", "C6", "C7", "F7", "F6"]
diff --git a/keyboards/skeletonkbd/skeletonnumpad/rules.mk b/keyboards/skeletonkbd/skeletonnumpad/rules.mk
deleted file mode 100644
index 951dd07d6e..0000000000
--- a/keyboards/skeletonkbd/skeletonnumpad/rules.mk
+++ /dev/null
@@ -1,12 +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