summaryrefslogtreecommitdiff
path: root/keyboards/40percentclub/tomato
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-03-14 03:57:48 +0000
committerGitHub <noreply@github.com>2024-03-14 03:57:48 +0000
commitf1a279810fbab3b5d5c4cfa0b4146cf042dae3bb (patch)
treeca80167c75a759a10d60b1aba8e78e7683ed5e38 /keyboards/40percentclub/tomato
parent8e5cd981e1cb8580cde65ac99f335b59d65da632 (diff)
Migrate features from rules.mk to DD (#23202)
Diffstat (limited to 'keyboards/40percentclub/tomato')
-rw-r--r--keyboards/40percentclub/tomato/keyboard.json (renamed from keyboards/40percentclub/tomato/info.json)9
-rw-r--r--keyboards/40percentclub/tomato/rules.mk12
2 files changed, 9 insertions, 12 deletions
diff --git a/keyboards/40percentclub/tomato/info.json b/keyboards/40percentclub/tomato/keyboard.json
index eabe354568..a44946d372 100644
--- a/keyboards/40percentclub/tomato/info.json
+++ b/keyboards/40percentclub/tomato/keyboard.json
@@ -28,6 +28,15 @@
"ws2812": {
"pin": "B5"
},
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgblight": true
+ },
"matrix_pins": {
"cols": ["B4", "E6", "D7", "C6", "D4", "D0"],
"rows": ["F7", "B1", "B3", "B2", "B6"]
diff --git a/keyboards/40percentclub/tomato/rules.mk b/keyboards/40percentclub/tomato/rules.mk
deleted file mode 100644
index d781d36d3b..0000000000
--- a/keyboards/40percentclub/tomato/rules.mk
+++ /dev/null
@@ -1,12 +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 = 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 = yes