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/sauce | |
parent | 1a903372846f24028431d20bc25e64b4da69da27 (diff) |
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/sauce')
-rw-r--r-- | keyboards/sauce/mild/keyboard.json (renamed from keyboards/sauce/mild/info.json) | 8 | ||||
-rw-r--r-- | keyboards/sauce/mild/rules.mk | 13 |
2 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/sauce/mild/info.json b/keyboards/sauce/mild/keyboard.json index 1573e4dcf6..48cc1c772f 100644 --- a/keyboards/sauce/mild/info.json +++ b/keyboards/sauce/mild/keyboard.json @@ -8,6 +8,14 @@ "pid": "0x7783", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true + }, "matrix_pins": { "cols": ["A10", "A9", "A8", "B11", "B10", "B2", "B1", "B0", "A7", "A5", "A4", "A3", "A2", "A1", "B6", "B5", "B4"], "rows": ["C13", "C14", "C15", "A15", "F0", "F1"] diff --git a/keyboards/sauce/mild/rules.mk b/keyboards/sauce/mild/rules.mk deleted file mode 100644 index ca4d384584..0000000000 --- a/keyboards/sauce/mild/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - |