summaryrefslogtreecommitdiffstats
path: root/keyboards/afternoonlabs/summer_breeze/keymaps/default/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/afternoonlabs/summer_breeze/keymaps/default/rules.mk')
-rw-r--r--keyboards/afternoonlabs/summer_breeze/keymaps/default/rules.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/afternoonlabs/summer_breeze/keymaps/default/rules.mk b/keyboards/afternoonlabs/summer_breeze/keymaps/default/rules.mk
deleted file mode 100644
index 414d019d98..0000000000
--- a/keyboards/afternoonlabs/summer_breeze/keymaps/default/rules.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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