diff options
Diffstat (limited to 'keyboards/planck/keymaps/tylerwince/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/tylerwince/rules.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/tylerwince/rules.mk b/keyboards/planck/keymaps/tylerwince/rules.mk new file mode 100644 index 0000000000..a4f1a0b84f --- /dev/null +++ b/keyboards/planck/keymaps/tylerwince/rules.mk @@ -0,0 +1,7 @@ +SRC += muse.c +# Set any rules.mk overrides for your specific keymap here. +# See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file +LINK_TIME_OPTIMIZATION_ENABLE = yes +COMMAND_ENABLE = no +MOUSEKEY_ENABLE = no +TAP_DANCE_ENABLE=yes |