1
0
Fork 0

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

@ -8,6 +8,20 @@
"pid": "0xF75B",
"device_version": "0.0.1"
},
"build": {
"lto": true
},
"features": {
"audio": true,
"bootmagic": false,
"encoder": true,
"extrakey": true,
"haptic": true,
"mousekey": false,
"nkro": false,
"oled": true,
"rgblight": true
},
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,

View file

@ -1,19 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # 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
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = yes # Audio output
ENCODER_ENABLE = yes # ENables the use of one or more encoders
OLED_ENABLE = yes
HAPTIC_ENABLE = yes # Supported but not included by defaut
HAPTIC_DRIVER = drv2605l
LTO_ENABLE = yes