aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/shapeshifter4060
diff options
context:
space:
mode:
authorJoel Challis2024-03-15 23:24:10 +0100
committerGitHub2024-03-15 23:24:10 +0100
commit14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch)
tree8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/shapeshifter4060
parent1a903372846f24028431d20bc25e64b4da69da27 (diff)
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/shapeshifter4060')
-rw-r--r--keyboards/shapeshifter4060/keyboard.json (renamed from keyboards/shapeshifter4060/info.json)8
-rw-r--r--keyboards/shapeshifter4060/rules.mk11
2 files changed, 8 insertions, 11 deletions
diff --git a/keyboards/shapeshifter4060/info.json b/keyboards/shapeshifter4060/keyboard.json
index 7f815832dd..8c83153d00 100644
--- a/keyboards/shapeshifter4060/info.json
+++ b/keyboards/shapeshifter4060/keyboard.json
@@ -8,6 +8,14 @@
"pid": "0xA1F1",
"device_version": "0.0.2"
},
+ "features": {
+ "bootmagic": false,
+ "command": true,
+ "console": true,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": false
+ },
"matrix_pins": {
"cols": ["D0", "D1", "B1", "B3", "B2", "B6", "B5", "B4", "E6", "D7", "C6", "D4"],
"rows": ["F4", "F5", "F6", "F7"]
diff --git a/keyboards/shapeshifter4060/rules.mk b/keyboards/shapeshifter4060/rules.mk
deleted file mode 100644
index bac8b2e551..0000000000
--- a/keyboards/shapeshifter4060/rules.mk
+++ /dev/null
@@ -1,11 +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
-KEY_LOCK_ENABLE = no