summaryrefslogtreecommitdiff
path: root/keyboards/retro_75
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 22:24:00 +0000
committerGitHub <noreply@github.com>2024-03-15 22:24:00 +0000
commit1a903372846f24028431d20bc25e64b4da69da27 (patch)
treed628946d38d303f98f24c14db6b3cdd85f7397bb /keyboards/retro_75
parent24d824aae40b932dbcdc5036d7f30a6f2f352442 (diff)
Migrate features from rules.mk to data driven - OPQR (#23285)
Diffstat (limited to 'keyboards/retro_75')
-rw-r--r--keyboards/retro_75/keyboard.json (renamed from keyboards/retro_75/info.json)9
-rw-r--r--keyboards/retro_75/rules.mk12
2 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/retro_75/info.json b/keyboards/retro_75/keyboard.json
index 2a3e249d47..513379ff5f 100644
--- a/keyboards/retro_75/info.json
+++ b/keyboards/retro_75/keyboard.json
@@ -26,6 +26,15 @@
"ws2812": {
"pin": "A9"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["A5", "A4", "A3", "F0", "C15", "C14", "C13", "A6", "B11", "B10", "B2", "B1", "B0", "A7", "A14", "A15"],
"rows": ["A8", "B15", "B14", "B13", "B12", "B8"]
diff --git a/keyboards/retro_75/rules.mk b/keyboards/retro_75/rules.mk
deleted file mode 100644
index ac809dd9ed..0000000000
--- a/keyboards/retro_75/rules.mk
+++ /dev/null
@@ -1,12 +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 = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output