~ruther/qmk_firmware

ref: a616d3a10d36b5f15a4fc2cc47b7373f2bb22e67 qmk_firmware/keyboards/afternoonlabs/breeze/keymaps/via/rules.mk -rw-r--r-- 486 bytes
a616d3a1 — Rutherther feat: use pinky keys for qk_lock, kc_app instead of thumb keys 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
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
Do not follow this link