Update rules.mk
This commit is contained in:
@ -1,8 +1,21 @@
|
|||||||
VIA_ENABLE = yes # Enable VIA
|
VIA_ENABLE = yes # Enable VIA
|
||||||
VIAL_ENABLE = yes # Enable VIAL
|
VIAL_ENABLE = yes # Enable VIAL
|
||||||
|
VIALRGB_ENABLE = yes
|
||||||
|
|
||||||
# Options to reduce firmware size:
|
# Options to reduce firmware size:
|
||||||
LTO_ENABLE = yes # make the compiler work harder
|
LTO_ENABLE = yes # make the compiler work harder
|
||||||
|
|
||||||
|
# Vial optimization
|
||||||
QMK_SETTINGS = no # enables the tab to change QMK settings from the GUI1~# enables the tab to change QMK settings from the GUI1~ # enables the tab to change QMK settings from the GUI
|
QMK_SETTINGS = no # enables the tab to change QMK settings from the GUI1~# enables the tab to change QMK settings from the GUI1~ # enables the tab to change QMK settings from the GUI
|
||||||
TAP_DANCE_ENABLE = yes
|
TAP_DANCE_ENABLE = yes
|
||||||
COMBO_ENABLE = no
|
COMBO_ENABLE = no
|
||||||
|
|
||||||
|
# QMK optimization
|
||||||
|
CONSOLE_ENABLE = no
|
||||||
|
COMMAND_ENABLE = no
|
||||||
|
MOUSEKEY_ENABLE = no
|
||||||
|
#EXTRAKEY_ENABLE = no
|
||||||
|
|
||||||
|
SPACE_CADET_ENABLE = no
|
||||||
|
GRAVE_ESC_ENABLE = no
|
||||||
|
MAGIC_ENABLE = no
|
||||||
|
Reference in New Issue
Block a user