mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 20:09:08 -04:00
9 lines
350 B
Makefile
9 lines
350 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
|
|
# Options to reduce firmware size:
|
|
LTO_ENABLE = yes # make the compiler work harder
|
|
QMK_SETTINGS = no # enables the tab to change QMK settings from the GUI
|
|
TAP_DANCE_ENABLE = no # enables "key tap" functionality
|
|
KEY_OVERRIDE_ENABLE = no # enables the ability to add custom keys
|
|
COMBO_ENABLE = no
|