9ad1253031
* Add VIAL support for UT47.2 * Correct key matrix * Use right-most key * Disable tap dance for a working firmware * Allow configuring the RGB lighting
11 lines
213 B
Makefile
11 lines
213 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
# Reduce firmware size
|
|
LTO_ENABLE = yes
|
|
QMK_SETTINGS = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
|
|
# Disabling tap dance because it somehow leads to an unusable firmware
|
|
TAP_DANCE_ENABLE = no
|