1
0
Fork 0

Data-Driven Keyboard Conversions: K, Part 1 (#23556)

This commit is contained in:
James Young 2024-04-19 09:25:03 -07:00 committed by GitHub
parent 1513966c38
commit 5ab3b27e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 105 additions and 169 deletions

View file

@ -10,6 +10,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true
},
"layouts": {
"LAYOUT_all": {
"layout": [

View file

@ -1,15 +1,2 @@
# 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 = yes # 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
CUSTOM_MATRIX = lite
SRC += matrix.c