Data-Driven Keyboard Conversions: E (#23512)
This commit is contained in:
parent
96025250d1
commit
9de5238103
54 changed files with 180 additions and 243 deletions
|
@ -8,6 +8,13 @@
|
|||
"pid": "0x1308",
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": true,
|
||||
"nkro": true,
|
||||
"unicode": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ergodox": {
|
||||
"layout": [
|
||||
|
|
|
@ -6,14 +6,7 @@ BOARD = ST_NUCLEO64_F103RB
|
|||
# Bootloader selection
|
||||
BOOTLOADER = custom
|
||||
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
CUSTOM_MATRIX = yes # Custom matrix file
|
||||
UNICODE_ENABLE = yes # Unicode
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += matrix.c
|
||||
I2C_DRIVER_REQUIRED = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue