[Keyboard] add via keymap to afternoonlabs breeze keyboard (#12247)

This commit is contained in:
devriesp
2021-03-16 23:22:43 -07:00
committed by GitHub
parent ffc4380b30
commit 90f95de5c9
3 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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
NKRO_ENABLE = yes # Support USB N-key roll over.