1
0
Fork 0

Data-Driven Keyboard Conversions: E (#23512)

This commit is contained in:
James Young 2024-04-13 16:16:06 -07:00 committed by GitHub
parent 96025250d1
commit 9de5238103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 180 additions and 243 deletions

View file

@ -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": [

View file

@ -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