aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mixi
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 02:42:33 +0100
committerGitHub2024-03-15 02:42:33 +0100
commit80b72487ce053f128817c5d4c625a63cb3cf9c10 (patch)
treef81c6a7254e9489f36d50f3f451f4421f1bc5a35 /keyboards/mixi
parent539fa21bf80308a21048334909b6512917aa3c7b (diff)
Migrate features from rules.mk to data drive - LMN (#23277)
Diffstat (limited to 'keyboards/mixi')
-rw-r--r--keyboards/mixi/keyboard.json (renamed from keyboards/mixi/info.json)10
-rw-r--r--keyboards/mixi/rules.mk13
2 files changed, 10 insertions, 13 deletions
diff --git a/keyboards/mixi/info.json b/keyboards/mixi/keyboard.json
index 44b1d0aad9..2f94893173 100644
--- a/keyboards/mixi/info.json
+++ b/keyboards/mixi/keyboard.json
@@ -37,6 +37,16 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
+ "features": {
+ "bootmagic": false,
+ "command": true,
+ "console": true,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": false,
+ "rgblight": true
+ },
"matrix_pins": {
"direct": [
["D1", "D4", "F4"],
diff --git a/keyboards/mixi/rules.mk b/keyboards/mixi/rules.mk
deleted file mode 100644
index bb895a7bf2..0000000000
--- a/keyboards/mixi/rules.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = yes # 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
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-ENCODER_ENABLE = yes
-AUDIO_ENABLE = no