aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/ck4x4
diff options
context:
space:
mode:
authorJoel Challis2024-03-30 11:57:30 +0100
committerGitHub2024-03-30 11:57:30 +0100
commit1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (patch)
treef03b67de13a64e7029c01da6755cced32ddb65d3 /keyboards/handwired/ck4x4
parent426bb9c651a292dce6ae01e7ed9d41d94dbba99f (diff)
Migrate features and LTO from rules.mk to data driven (#23307)
Diffstat (limited to 'keyboards/handwired/ck4x4')
-rw-r--r--keyboards/handwired/ck4x4/info.json8
-rw-r--r--keyboards/handwired/ck4x4/rules.mk12
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/handwired/ck4x4/info.json b/keyboards/handwired/ck4x4/info.json
index 8caf00aefd..4b8284ab71 100644
--- a/keyboards/handwired/ck4x4/info.json
+++ b/keyboards/handwired/ck4x4/info.json
@@ -8,6 +8,14 @@
"pid": "0x6464",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": false,
+ "command": true,
+ "console": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
"matrix_pins": {
"cols": ["B7", "B8", "B9", "B10"],
"rows": ["B3", "B4", "B5", "B6"]
diff --git a/keyboards/handwired/ck4x4/rules.mk b/keyboards/handwired/ck4x4/rules.mk
index 91a488483f..216aa810fd 100644
--- a/keyboards/handwired/ck4x4/rules.mk
+++ b/keyboards/handwired/ck4x4/rules.mk
@@ -1,13 +1 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # 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
-
DEFAULT_FOLDER = handwired/ck4x4
-
-