Data-Driven Keyboard Conversions: G (#23522)

This commit is contained in:
James Young 2024-04-14 18:09:46 -07:00 committed by GitHub
parent bc8ff28a58
commit 130a2a31a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 145 additions and 216 deletions

View file

@ -16,6 +16,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"console": true,
"command": true
},
"tapping": {
"toggle": 1
},

View file

@ -2,10 +2,6 @@
# change yes to no to disable
#
CUSTOM_MATRIX = yes
EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = yes
COMMAND_ENABLE = yes
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
SRC += matrix.c
I2C_DRIVER_REQUIRED = yes