Migrate build target markers to keyboard.json - S (#23532)

This commit is contained in:
Joel Challis 2024-04-17 03:15:02 +01:00 committed by GitHub
parent e869c80af7
commit 36a6f2ba3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 261 additions and 525 deletions

View file

@ -1,4 +1,16 @@
{
"build": {
"lto": false
},
"features": {
"backlight": true,
"bootmagic": true,
"command": true,
"extrakey": true,
"mousekey": false,
"nkro": true,
"rgblight": true
},
"backlight": {
"pin": "A6",
"levels": 20,

View file

@ -1,15 +0,0 @@
# 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 = yes # USB Nkey Rollover
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = no
ENCODER_ENABLE = no
BACKLIGHT_ENABLE = yes

View file

@ -1,4 +1,16 @@
{
"build": {
"lto": false
},
"features": {
"backlight": true,
"bootmagic": true,
"command": true,
"extrakey": true,
"mousekey": false,
"nkro": true,
"rgblight": true
},
"eeprom": {
"driver": "i2c"
},

View file

@ -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 = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # USB Nkey Rollover
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
LTO_ENABLE = no
ENCODER_ENABLE = no
BACKLIGHT_ENABLE = yes