summaryrefslogtreecommitdiff
path: root/keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-04-30 17:46:15 +0000
committerQMK Bot <hello@qmk.fm>2021-04-30 17:46:15 +0000
commit109b46278943f8f079ae508f20e07a5a75af90d8 (patch)
tree4b57af2654298603dc10fc50180d00953ed3f9db /keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk
parentfc29068986b0df5f2371b14f5341a078876c55ec (diff)
parent489c814a485cf3165927a93b6d29ad6c1eeac017 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk')
-rw-r--r--keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk b/keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk
new file mode 100644
index 0000000000..51cdf0b040
--- /dev/null
+++ b/keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk
@@ -0,0 +1,9 @@
+# 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.