* Re-enable features for some keyboards, A-G. * Re-enable features for some keyboards, H-K. * Re-enable features for some keyboards, L-R. * Re-enable features for some keyboards, S-V. * Re-enable features for some keyboards, W-Z.
11 lines
490 B
Makefile
11 lines
490 B
Makefile
#By default Vial enables every supported feature.
|
|
#On low-powered chips this may exceed available flash memory, RAM, or EEPROM.
|
|
QMK_SETTINGS = no #Provides an interface to configure Grave Esc, tap-hold, autoshift, combos, oneshots, and mouse keys in real time.
|
|
#For more information, see https://get.vial.today/changelog/release-0.4.html#qmk-settings
|
|
TAP_DANCE_ENABLE = no
|
|
COMBO_ENABLE = no
|
|
OLED_DRIVER_ENABLE = no
|
|
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
LTO_ENABLE = yes
|
|
REPEAT_KEY_ENABLE = no
|