aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/smallkeyboard
diff options
context:
space:
mode:
authorJoel Challis2024-04-17 04:15:02 +0200
committerGitHub2024-04-17 04:15:02 +0200
commit36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch)
tree99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/smallkeyboard
parente869c80af74a91d28e51628da495e66da0cbc3ce (diff)
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/smallkeyboard')
-rw-r--r--keyboards/smallkeyboard/keyboard.json (renamed from keyboards/smallkeyboard/info.json)7
-rw-r--r--keyboards/smallkeyboard/rules.mk15
2 files changed, 7 insertions, 15 deletions
diff --git a/keyboards/smallkeyboard/info.json b/keyboards/smallkeyboard/keyboard.json
index d5a64f465a..9963d83a47 100644
--- a/keyboards/smallkeyboard/info.json
+++ b/keyboards/smallkeyboard/keyboard.json
@@ -8,6 +8,13 @@
"pid": "0x736B",
"device_version": "0.0.1"
},
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgb_matrix": true
+ },
"rgb_matrix": {
"animations": {
"alphas_mods": true,
diff --git a/keyboards/smallkeyboard/rules.mk b/keyboards/smallkeyboard/rules.mk
index 1dcdf89155..982989bad1 100644
--- a/keyboards/smallkeyboard/rules.mk
+++ b/keyboards/smallkeyboard/rules.mk
@@ -1,16 +1 @@
-# 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 = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-
-RGB_MATRIX_ENABLE = yes
-
RGB_MATRIX_SUPPORTED = yes