12 lines
265 B
Makefile
12 lines
265 B
Makefile
|
# markstos: enable media keys
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
|
||
|
# markstos: smaller file size, little down-side
|
||
|
LTO_ENABLE = yes
|
||
|
|
||
|
COMBO_ENABLE = yes
|
||
|
|
||
|
# This is for RGB *underglow*
|
||
|
# https://github.com/qmk/qmk_firmware/blob/master/docs/feature_rgblight.md
|
||
|
RGBLIGHT_ENABLE = no
|