[Keyboard] add via keymap to afternoonlabs breeze keyboard (#12247)
This commit is contained in:
parent
3c92ca8c4d
commit
58c31c208e
3 changed files with 102 additions and 0 deletions
10
keyboards/afternoonlabs/breeze/keymaps/via/rules.mk
Normal file
10
keyboards/afternoonlabs/breeze/keymaps/via/rules.mk
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue