~ruther/qmk_firmware

ref: 032b039d0bf96e4fea0b87e0d2f6cd0fb34b7298 qmk_firmware/keyboards/afternoonlabs/summer_breeze/keymaps/default/rules.mk -rw-r--r-- 469 bytes
032b039d — Duncan Sutherland amend alice* community_layouts in keyboards (#21846) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
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