forked from forks/qmk_firmware
619eb0071e
* Initial userspace * DZ60 map * Quefrency map * Sinc map * Set up MAKE key for all personal maps * Light userspace cleanup * Formatting and comments zzz... * Licensing and userspace README * Swap: EXTRAFLAGS -> LTO_ENABLE in userspace rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Improve KC_MAKE: KC_ENT -> \n Co-authored-by: Ryan <fauxpark@gmail.com> * Swap left grouping on _FN for pairs * Add '?' -> backslash on _FN * Remove commented code * Organize lines in rules.mk * Add left hand scroll keys * Move configs to config.h * License blitz Co-authored-by: Ryan <fauxpark@gmail.com>
12 lines
206 B
Makefile
12 lines
206 B
Makefile
SRC += draevin.c
|
|
|
|
LTO_ENABLE = yes
|
|
MOUSEKEY_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
AUDIO_ENABLE = no
|
|
BACKLIGHT_ENABLE = no
|
|
BOOTMAGIC_ENABLE = no
|
|
CONSOLE_ENABLE = no
|
|
SLEEP_LED_ENABLE = no
|