aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/silverbullet44
diff options
context:
space:
mode:
authorJoel Challis2024-04-17 04:15:02 +0200
committerGitHub2024-04-17 04:15:02 +0200
commit36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch)
tree99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/silverbullet44
parente869c80af74a91d28e51628da495e66da0cbc3ce (diff)
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/silverbullet44')
-rw-r--r--keyboards/silverbullet44/keyboard.json (renamed from keyboards/silverbullet44/info.json)11
-rw-r--r--keyboards/silverbullet44/rules.mk14
2 files changed, 11 insertions, 14 deletions
diff --git a/keyboards/silverbullet44/info.json b/keyboards/silverbullet44/keyboard.json
index e232fdba3e..793ec229e4 100644
--- a/keyboards/silverbullet44/info.json
+++ b/keyboards/silverbullet44/keyboard.json
@@ -8,6 +8,17 @@
"pid": "0x27DB",
"device_version": "0.0.1"
},
+ "build": {
+ "lto": true
+ },
+ "features": {
+ "audio": true,
+ "bootmagic": true,
+ "extrakey": false,
+ "mousekey": false,
+ "nkro": false,
+ "rgblight": true
+ },
"ws2812": {
"pin": "D3"
},
diff --git a/keyboards/silverbullet44/rules.mk b/keyboards/silverbullet44/rules.mk
deleted file mode 100644
index 95e92dce2a..0000000000
--- a/keyboards/silverbullet44/rules.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = no # 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 = yes # Enable keyboard RGB underglow
-RGB_MATRIX_ENABLE = no
-AUDIO_ENABLE = yes # Audio output
-LTO_ENABLE = yes