aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mixi
diff options
context:
space:
mode:
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