aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kopibeng/xt8x
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 02:42:15 +0100
committerGitHub2024-03-15 02:42:15 +0100
commit539fa21bf80308a21048334909b6512917aa3c7b (patch)
treee8bd54e073f8b4cebcb111f51fc24b318a763a87 /keyboards/kopibeng/xt8x
parent16ad09299c25d3338771c5743729f0ec4b90586b (diff)
Migrate features from rules.mk to data driven - IJK (#23276)
Diffstat (limited to 'keyboards/kopibeng/xt8x')
-rw-r--r--keyboards/kopibeng/xt8x/keyboard.json (renamed from keyboards/kopibeng/xt8x/info.json)9
-rw-r--r--keyboards/kopibeng/xt8x/rules.mk14
2 files changed, 9 insertions, 14 deletions
diff --git a/keyboards/kopibeng/xt8x/info.json b/keyboards/kopibeng/xt8x/keyboard.json
index 882dc0521a..379ca9ee67 100644
--- a/keyboards/kopibeng/xt8x/info.json
+++ b/keyboards/kopibeng/xt8x/keyboard.json
@@ -8,6 +8,15 @@
"pid": "0x8788",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "command": true,
+ "console": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["A2", "A1", "A0", "B11", "B10", "B2", "F1", "B1", "B0", "A7", "A6", "A5", "F0", "A4", "C15", "C14", "C13"],
"rows": ["A8", "B15", "A9", "B12", "A3", "B14"]
diff --git a/keyboards/kopibeng/xt8x/rules.mk b/keyboards/kopibeng/xt8x/rules.mk
deleted file mode 100644
index 65bc2097f5..0000000000
--- a/keyboards/kopibeng/xt8x/rules.mk
+++ /dev/null
@@ -1,14 +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 = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-ENCODER_ENABLE = no # Enable Encoder
-