- Add VIAL keymap with UID and unlock combo (ESC + Enter) - Configure for LAYOUT_60_ansi (standard 60% ANSI layout) - Enable 64 macros, 32 tap dance, and 32 combo entries - Add comprehensive vial.json for GUI configurator support - Tested and verified working on hardware The RP2040 MCU has ample memory for these enhanced VIAL features. Co-authored-by: Joan Delilah Pepin <delilah@Studio.local>
7 lines
142 B
Makefile
7 lines
142 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
|
|
# Optional: Enable tap dance and combo features
|
|
TAP_DANCE_ENABLE = yes
|
|
COMBO_ENABLE = yes
|