summaryrefslogtreecommitdiff
path: root/keyboards/ft/mars80
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 01:42:55 +0000
committerGitHub <noreply@github.com>2024-03-15 01:42:55 +0000
commit01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch)
treefe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/ft/mars80
parent80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff)
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/ft/mars80')
-rw-r--r--keyboards/ft/mars80/keyboard.json (renamed from keyboards/ft/mars80/info.json)10
-rw-r--r--keyboards/ft/mars80/rules.mk10
2 files changed, 10 insertions, 10 deletions
diff --git a/keyboards/ft/mars80/info.json b/keyboards/ft/mars80/keyboard.json
index 82727ffd3e..1d5e53dcbe 100644
--- a/keyboards/ft/mars80/info.json
+++ b/keyboards/ft/mars80/keyboard.json
@@ -8,6 +8,16 @@
"pid": "0x422D",
"device_version": "0.0.1"
},
+ "features": {
+ "backlight": true,
+ "bootmagic": false,
+ "command": true,
+ "console": false,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "C7", "C6", "C5", "C4", "C3", "C2"],
"rows": ["B0", "B1", "B2", "B3", "B5", "B6", "B7"]
diff --git a/keyboards/ft/mars80/rules.mk b/keyboards/ft/mars80/rules.mk
deleted file mode 100644
index 51df0b642e..0000000000
--- a/keyboards/ft/mars80/rules.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no
-EXTRAKEY_ENABLE = yes
-CONSOLE_ENABLE = no
-COMMAND_ENABLE = yes
-BACKLIGHT_ENABLE = yes
-RGBLIGHT_ENABLE = yes