aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/sixkeyboard
diff options
context:
space:
mode:
authorJoel Challis2024-04-17 04:15:02 +0200
committerGitHub2024-04-17 04:15:02 +0200
commit36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch)
tree99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/sixkeyboard
parente869c80af74a91d28e51628da495e66da0cbc3ce (diff)
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/sixkeyboard')
-rw-r--r--keyboards/sixkeyboard/keyboard.json (renamed from keyboards/sixkeyboard/info.json)6
-rw-r--r--keyboards/sixkeyboard/rules.mk11
2 files changed, 6 insertions, 11 deletions
diff --git a/keyboards/sixkeyboard/info.json b/keyboards/sixkeyboard/keyboard.json
index 247b255a36..aff5c985f7 100644
--- a/keyboards/sixkeyboard/info.json
+++ b/keyboards/sixkeyboard/keyboard.json
@@ -9,6 +9,12 @@
"device_version": "0.0.1",
"force_nkro": true
},
+ "features": {
+ "bootmagic": false,
+ "extrakey": false,
+ "mousekey": false,
+ "nkro": false
+ },
"processor": "atmega16u2",
"bootloader": "atmel-dfu",
"community_layouts": ["ortho_2x3"],
diff --git a/keyboards/sixkeyboard/rules.mk b/keyboards/sixkeyboard/rules.mk
index d1d7bc4881..09c02c88b0 100644
--- a/keyboards/sixkeyboard/rules.mk
+++ b/keyboards/sixkeyboard/rules.mk
@@ -1,14 +1,3 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # 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
-AUDIO_ENABLE = no
CUSTOM_MATRIX = yes
SRC += matrix.c