diff options
Diffstat (limited to 'users/pvinis/rules.mk')
-rw-r--r-- | users/pvinis/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/users/pvinis/rules.mk b/users/pvinis/rules.mk new file mode 100644 index 0000000000..da10cc7437 --- /dev/null +++ b/users/pvinis/rules.mk @@ -0,0 +1,15 @@ +# add userspace file +SRC += pvinis.c + +AUDIO_ENABLE = no # piezo speaker sounds +RGBLIGHT_ENABLE = no # rgb leds underlight +TAP_DANCE_ENABLE = yes +BACKLIGHT_ENABLE = no # leds under keycaps +#MOUSEKEY_ENABLE = no +#SLEEP_LED_ENABLE = no # no led blinking while sleeping +#NKRO_ENABLE = yes + +# make firmware smaller +LINK_TIME_OPTIMIZATION_ENABLE = yes +CONSOLE_ENABLE = no +COMMAND_ENABLE = no |