1
0
Fork 0

Data-Driven Keyboard Conversions: H, Part 2 (#23525)

This commit is contained in:
James Young 2024-04-15 11:22:31 -07:00 committed by GitHub
parent 9c1662f8f9
commit 3c9dd36809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 200 additions and 320 deletions

View file

@ -20,6 +20,9 @@
"cols": ["C7", "F7", "F6", "F5", "F4", "F1"],
"rows": ["B5", "B4", "D7", "B6", "C6", "D6", "D4"]
}
},
"transport": {
"protocol": "custom"
}
},
"indicators": {
@ -28,6 +31,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"console": true,
"unicode": true
},
"layouts": {
"LAYOUT": {
"layout": [

View file

@ -1,17 +1,2 @@
# 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 = yes # 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
UNICODE_ENABLE = yes
SPLIT_TRANSPORT = custom
SRC += transport.c
SPI_DRIVER_REQUIRED = yes