summaryrefslogtreecommitdiff
path: root/keyboards/tokyokeyboard
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-15 19:19:23 +0100
committerGitHub <noreply@github.com>2024-04-15 19:19:23 +0100
commit9c1662f8f9f28d185ccf0ce1dee084934c896367 (patch)
tree97b018f9117102d164564b9a7ad6341739cd9c47 /keyboards/tokyokeyboard
parent2e01b67ecc4e36668098cb1bc4a5b63976d4c94d (diff)
Migrate build target markers to keyboard.json - TUV (#23514)
Diffstat (limited to 'keyboards/tokyokeyboard')
-rw-r--r--keyboards/tokyokeyboard/alix40/keyboard.json (renamed from keyboards/tokyokeyboard/alix40/info.json)8
-rw-r--r--keyboards/tokyokeyboard/alix40/rules.mk14
2 files changed, 8 insertions, 14 deletions
diff --git a/keyboards/tokyokeyboard/alix40/info.json b/keyboards/tokyokeyboard/alix40/keyboard.json
index 7b2f198e59..e4c27aaec2 100644
--- a/keyboards/tokyokeyboard/alix40/info.json
+++ b/keyboards/tokyokeyboard/alix40/keyboard.json
@@ -8,6 +8,14 @@
"pid": "0x4134",
"device_version": "0.0.1"
},
+ "features": {
+ "bluetooth": true,
+ "bootmagic": true,
+ "command": true,
+ "extrakey": true,
+ "mousekey": false,
+ "nkro": false
+ },
"matrix_pins": {
"cols": ["F7", "F6", "F5", "F4", "F1", "F0", "D0", "D1", "D2", "D3", "D5", "D6"],
"rows": ["D7", "C6", "C7", "B5"]
diff --git a/keyboards/tokyokeyboard/alix40/rules.mk b/keyboards/tokyokeyboard/alix40/rules.mk
index 5d6d78ae10..3437a35bdf 100644
--- a/keyboards/tokyokeyboard/alix40/rules.mk
+++ b/keyboards/tokyokeyboard/alix40/rules.mk
@@ -1,16 +1,2 @@
# Processor frequency
F_CPU = 8000000
-
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = yes # 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
-BLUETOOTH_ENABLE = yes