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,13 @@
"pid": "0x736B",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": false,
"rgb_matrix": true
},
"rgb_matrix": {
"animations": {
"alphas_mods": true,

View file

@ -1,16 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # 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 = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_SUPPORTED = yes