See https://sunaku.github.io/home-row-mods.html Needs to be compiled with a compatible QMK version, like the one available here: https://github.com/Tyosa/qmk_firmware
22 lines
432 B
Makefile
22 lines
432 B
Makefile
BOOTLOADER=caterina
|
|
|
|
OLED_ENABLE = yes
|
|
ENCODER_ENABLE = yes
|
|
EXTRAFLAGS += -flto
|
|
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
|
LTO_ENABLE = yes
|
|
WPM_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
DEFERRED_EXEC_ENABLE = yes
|
|
|
|
# AVR optimizations
|
|
RGB_MATRIX_ENABLE = no
|
|
CONSOLE_ENABLE = no
|
|
SPACE_CADET_ENABLE = no
|
|
GRAVE_ESC_ENABLE = no
|
|
MAGIC_ENABLE = no
|
|
RGBLIGHT_ENABLE = no
|
|
UNICODE_ENABLE = no
|
|
COMMAND_ENABLE = no
|
|
LEADER_ENABLE = no
|
|
MUSIC_ENABLE = no
|