Data-Driven Keyboard Conversions: H, Part 2 (#23525)
This commit is contained in:
parent
9c1662f8f9
commit
3c9dd36809
48 changed files with 200 additions and 320 deletions
|
@ -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": [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue