diff options
author | devriesp <devriesp@fb.com> | 2021-03-16 23:22:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 23:22:43 -0700 |
commit | 90f95de5c992e695fa73ebf11116f6ea322815de (patch) | |
tree | 735848e1989c5f45a85bd4888210eaff8478f395 /keyboards/afternoonlabs/breeze/keymaps/via/rules.mk | |
parent | ffc4380b307359d2b77819a59797a180d6e05c18 (diff) |
[Keyboard] add via keymap to afternoonlabs breeze keyboard (#12247)
Diffstat (limited to 'keyboards/afternoonlabs/breeze/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/afternoonlabs/breeze/keymaps/via/rules.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/afternoonlabs/breeze/keymaps/via/rules.mk b/keyboards/afternoonlabs/breeze/keymaps/via/rules.mk new file mode 100644 index 0000000000..5b5de19eed --- /dev/null +++ b/keyboards/afternoonlabs/breeze/keymaps/via/rules.mk @@ -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. |