Migrate build target markers to keyboard.json - HI (#23540)

This commit is contained in:
Joel Challis
2024-04-17 02:49:17 +01:00
committed by GitHub
parent baa6000ed3
commit e869c80af7
84 changed files with 66 additions and 125 deletions

View File

@@ -1,4 +1,14 @@
{
"features": {
"bluetooth": true,
"bootmagic": true,
"command": true,
"console": true,
"encoder": true,
"extrakey": false,
"mousekey": false,
"nkro": true
},
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,

View File

@@ -1,18 +1,2 @@
# Processor frequency
F_CPU = 8000000
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
ENCODER_ENABLE = yes
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no
AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
BLUETOOTH_ENABLE = yes