1
0
Fork 0
qmk_firmware/keyboards/afternoonlabs/breeze/keymaps/via/rules.mk

11 lines
486 B
Makefile
Raw Normal View History

VIA_ENABLE = yes
# LTO: link time optimization makes the build take slightly longer
# but makes the resulting .hex file smaller, which allows you to
# fit more features into smaller MCUs:
LTO_ENABLE = yes
# Support for these features make the hex file larger, but we want 'em:
MOUSEKEY_ENABLE = yes # Allow mapping of mouse control keys
EXTRAKEY_ENABLE = yes # Allow audio & system control keys
COMMAND_ENABLE = yes # Commands for debug and configuration
2021-12-09 05:05:44 +00:00
NKRO_ENABLE = yes