diff options
| author | Joel Challis | 2024-03-15 23:24:10 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 23:24:10 +0100 |
| commit | 14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch) | |
| tree | 8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/salicylic_acid3 | |
| parent | 1a903372846f24028431d20bc25e64b4da69da27 (diff) | |
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/salicylic_acid3')
| -rw-r--r-- | keyboards/salicylic_acid3/nafuda/keyboard.json (renamed from keyboards/salicylic_acid3/nafuda/info.json) | 9 | ||||
| -rw-r--r-- | keyboards/salicylic_acid3/nafuda/rules.mk | 13 |
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/salicylic_acid3/nafuda/info.json b/keyboards/salicylic_acid3/nafuda/keyboard.json index b42cfeb6b4..59e646c5b7 100644 --- a/keyboards/salicylic_acid3/nafuda/info.json +++ b/keyboards/salicylic_acid3/nafuda/keyboard.json @@ -27,6 +27,15 @@ "ws2812": { "pin": "D3" }, + "features": { + "bootmagic": false, + "command": true, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": false, + "rgblight": true + }, "matrix_pins": { "cols": ["F4", "F5", "F6"], "rows": ["D1", "D0", "D4"] diff --git a/keyboards/salicylic_acid3/nafuda/rules.mk b/keyboards/salicylic_acid3/nafuda/rules.mk deleted file mode 100644 index 84e129e63b..0000000000 --- a/keyboards/salicylic_acid3/nafuda/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. -OLED_ENABLE = no |