1
0
Fork 0

Data-Driven Keyboard Conversions: F (#23516)

This commit is contained in:
James Young 2024-04-14 10:31:26 -07:00 committed by GitHub
parent 22b3cf4e91
commit bc8ff28a58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 229 additions and 385 deletions

View file

@ -17,6 +17,14 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true,
"nkro": true
},
"debounce": 0,
"layouts": {
"LAYOUT": {

View file

@ -1,13 +1,3 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # 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 = yes # Enable N-Key Rollover
# Optimize size but this may cause error "relocation truncated to fit"
#EXTRALDFLAGS = -Wl,--relax