added mouse keys

Enabled Mousekeys, Tapdance and LTO to reduce compile size.
compile size = 26944/28672 (93%)
no noticeable impact with 6 tap-dance combos defined all layers set and a couple of simple macros
This commit is contained in:
maz 2021-07-31 21:06:11 +01:00
parent ff5d361b17
commit ff092b2998

View file

@ -2,4 +2,6 @@ VIA_ENABLE = yes
VIAL_ENABLE = yes
VIAL_ENCODERS_ENABLE = yes
QMK_SETTINGS = no
TAP_DANCE_ENABLE = no
TAP_DANCE_ENABLE = yes
MOUSEKEY_ENABLE = yes
LTO_ENABLE = yes