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/skeletonkbd | |
| parent | 1a903372846f24028431d20bc25e64b4da69da27 (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.mk | 12 |
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 | # | ||
| 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 | ||
