* Add initial files for rekt1800 vial config * Add qmk backlight settings * Fix layout issues with keymap * Change the unlock combo to esc + tilde * Remove unneeded key from layout
8 lines
216 B
Makefile
8 lines
216 B
Makefile
VIA_ENABLE = yes
|
|
VIAL_ENABLE = yes
|
|
BACKLIGHT_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
|