80b6695ffa
* feat: added ik75 still error - quantum/vial_ensure_keycode.h:164:1: error: static assertion failed: "" _Static_assert(KC_LSPO == 0x5CD7, ""); * fix: add via settings * fix: disable unused matrix for firmware size - remove matrix that causes error * feat: use home as default layout * fix: rotary click is K4F should be 4,15 not 0,14 * refactor: disable some matrix to free some bytes
10 lines
164 B
Makefile
10 lines
164 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
VIALRGB_ENABLE = yes
|
|
|
|
# Firmware Optimization
|
|
QMK_SETTINGS = no
|
|
TAP_DANCE_ENABLE = no
|
|
COMBO_ENABLE = no
|
|
KEY_OVERRIDE_ENABLE = no
|