aboutsummaryrefslogtreecommitdiff
path: root/keyboards/toad
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-15 22:24:10 +0000
committerGitHub <noreply@github.com>2024-03-15 22:24:10 +0000
commit14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch)
tree8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/toad
parent1a903372846f24028431d20bc25e64b4da69da27 (diff)
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/toad')
-rw-r--r--keyboards/toad/keyboard.json (renamed from keyboards/toad/info.json)8
-rw-r--r--keyboards/toad/rules.mk12
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/toad/info.json b/keyboards/toad/keyboard.json
index f0dccbfe5a..edb4579455 100644
--- a/keyboards/toad/info.json
+++ b/keyboards/toad/keyboard.json
@@ -8,6 +8,14 @@
"pid": "0x6776",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": false,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": true
+ },
"matrix_pins": {
"cols": ["B3", "B2", "B1", "E6", "B7", "C7", "C6", "D4", "D6", "D7", "B4", "D0", "D1", "F7"],
"rows": ["B0", "F6", "F5", "F4", "F1", "F0"]
diff --git a/keyboards/toad/rules.mk b/keyboards/toad/rules.mk
deleted file mode 100644
index 51c80ed6cf..0000000000
--- a/keyboards/toad/rules.mk
+++ /dev/null
@@ -1,12 +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 = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = no