Files
cheapino_qmk_firmware/keyboards/cannonkeys/bastion60/keymaps/vial/rules.mk
Joan Delilah Pepin 63d62ec6a4 Add VIAL support for CannonKeys Bastion60 (#960)
- 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>
2025-11-16 14:06:37 -06:00

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