* fixup: update Vial keymaps per upstream reqs more keycodes renamed `rgb_matrix_indicators_user` return type switched to bool keymaps/encoder maps that exceeded DYNAMIC_KEYMAP_LAYER_COUNT had excess layers removed EOL spaces and backslashes removed from keymaps * fixup: DRIVER_LED_TOTAL --> RGB_MATRIX_LED_COUNT * fixup: Vial-exclusive keyboard configs * fixup: 42keebs rules * fixup: relocated Vial keymaps * fixup: cleanup post-keymap move Remove wavtype/p01_ultra keymaps that went into QMK under different names Fix handwired/misterdeck and 4pplet/waffling60/rev_c keymaps * fixup: Vial-exclusive default keymaps * fixup: remove broken via-only keymaps compiling VIA keymaps is not supported anyway * fixup: non-compiling Vial keymaps * refactor: changes from QMK PR, fix Vial keymap
11 lines
467 B
Makefile
11 lines
467 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
|