From 489c814a485cf3165927a93b6d29ad6c1eeac017 Mon Sep 17 00:00:00 2001 From: David Fryer Date: Fri, 30 Apr 2021 13:45:36 -0400 Subject: Add breeze variants (#12596) Co-authored-by: Drashna Jaelre Co-authored-by: Ryan Co-authored-by: Adrian <42110361+xSteins@users.noreply.github.com> --- keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk (limited to 'keyboards/afternoonlabs/southern_breeze/keymaps/default/rules.mk') 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. -- cgit v1.2.3