summaryrefslogtreecommitdiff
path: root/keyboards/mt
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 01:42:33 +0000
committerGitHub <noreply@github.com>2024-03-15 01:42:33 +0000
commit80b72487ce053f128817c5d4c625a63cb3cf9c10 (patch)
treef81c6a7254e9489f36d50f3f451f4421f1bc5a35 /keyboards/mt
parent539fa21bf80308a21048334909b6512917aa3c7b (diff)
Migrate features from rules.mk to data drive - LMN (#23277)
Diffstat (limited to 'keyboards/mt')
-rw-r--r--keyboards/mt/blocked65/keyboard.json (renamed from keyboards/mt/blocked65/info.json)9
-rw-r--r--keyboards/mt/blocked65/rules.mk12
-rw-r--r--keyboards/mt/mt40/keyboard.json (renamed from keyboards/mt/mt40/info.json)10
-rw-r--r--keyboards/mt/mt40/rules.mk12
-rw-r--r--keyboards/mt/mt980/keyboard.json (renamed from keyboards/mt/mt980/info.json)10
-rw-r--r--keyboards/mt/mt980/rules.mk13
6 files changed, 29 insertions, 37 deletions
diff --git a/keyboards/mt/blocked65/info.json b/keyboards/mt/blocked65/keyboard.json
index d260a51b60..14e5942228 100644
--- a/keyboards/mt/blocked65/info.json
+++ b/keyboards/mt/blocked65/keyboard.json
@@ -26,6 +26,15 @@
"ws2812": {
"pin": "E2"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4", "F7", "F6", "F5", "F4", "F1", "F0"],
"rows": ["B0", "B1", "B2", "B3", "B7"]
diff --git a/keyboards/mt/blocked65/rules.mk b/keyboards/mt/blocked65/rules.mk
deleted file mode 100644
index 951dd07d6e..0000000000
--- a/keyboards/mt/blocked65/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
diff --git a/keyboards/mt/mt40/info.json b/keyboards/mt/mt40/keyboard.json
index 83980bf794..d1700389f7 100644
--- a/keyboards/mt/mt40/info.json
+++ b/keyboards/mt/mt40/keyboard.json
@@ -8,6 +8,16 @@
"pid": "0x422D",
"device_version": "0.0.1"
},
+ "features": {
+ "backlight": true,
+ "bootmagic": true,
+ "command": false,
+ "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", "D7"],
"rows": ["B0", "B1", "B2", "B3", "B4", "B6", "B7"]
diff --git a/keyboards/mt/mt40/rules.mk b/keyboards/mt/mt40/rules.mk
deleted file mode 100644
index 5aa98ed4d8..0000000000
--- a/keyboards/mt/mt40/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # 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 = yes # Enable keyboard backlight functionality
-AUDIO_ENABLE = no # Audio output
-RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
diff --git a/keyboards/mt/mt980/info.json b/keyboards/mt/mt980/keyboard.json
index b27bf8aae8..6ecc9f8610 100644
--- a/keyboards/mt/mt980/info.json
+++ b/keyboards/mt/mt980/keyboard.json
@@ -8,6 +8,16 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
+ "features": {
+ "backlight": true,
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": false,
+ "mousekey": false,
+ "nkro": true,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"],
"rows": ["B7", "B3", "B2", "B1", "B0", "E6", "F0", "F1", "F4", "F5", "F6", "F7"]
diff --git a/keyboards/mt/mt980/rules.mk b/keyboards/mt/mt980/rules.mk
deleted file mode 100644
index 9107b45904..0000000000
--- a/keyboards/mt/mt980/rules.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = no # 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 = yes # Enable keyboard backlight functionality
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = yes
-KEY_LOCK_ENABLE = no