summaryrefslogtreecommitdiff
path: root/keyboards/satt
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-17 03:15:02 +0100
committerGitHub <noreply@github.com>2024-04-17 03:15:02 +0100
commit36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch)
tree99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/satt
parente869c80af74a91d28e51628da495e66da0cbc3ce (diff)
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/satt')
-rw-r--r--keyboards/satt/comet46/keyboard.json (renamed from keyboards/satt/comet46/info.json)6
-rw-r--r--keyboards/satt/comet46/rules.mk12
2 files changed, 6 insertions, 12 deletions
diff --git a/keyboards/satt/comet46/info.json b/keyboards/satt/comet46/keyboard.json
index 5b11be662e..0092f19c79 100644
--- a/keyboards/satt/comet46/info.json
+++ b/keyboards/satt/comet46/keyboard.json
@@ -8,6 +8,12 @@
8 "pid": "0x6060", 8 "pid": "0x6060",
9 "device_version": "0.0.1" 9 "device_version": "0.0.1"
10 }, 10 },
11 "features": {
12 "bootmagic": false,
13 "extrakey": false,
14 "mousekey": false,
15 "nkro": true
16 },
11 "processor": "atmega32u4", 17 "processor": "atmega32u4",
12 "bootloader": "caterina", 18 "bootloader": "caterina",
13 "layouts": { 19 "layouts": {
diff --git a/keyboards/satt/comet46/rules.mk b/keyboards/satt/comet46/rules.mk
index 0db5166ffa..18d234d62a 100644
--- a/keyboards/satt/comet46/rules.mk
+++ b/keyboards/satt/comet46/rules.mk
@@ -1,15 +1,3 @@
1# Build Options
2# change yes to no to disable
3#
4BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
5MOUSEKEY_ENABLE = no # Mouse keys
6EXTRAKEY_ENABLE = no # Audio control and System control
7CONSOLE_ENABLE = no # Console for debug
8COMMAND_ENABLE = no # Commands for debug and configuration
9NKRO_ENABLE = yes # Enable N-Key Rollover
10BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
11RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
12AUDIO_ENABLE = no # Audio output
13CUSTOM_MATRIX = lite 1CUSTOM_MATRIX = lite
14 2
15# project specific files 3# project specific files