diff options
author | fauxpark <fauxpark@gmail.com> | 2021-06-20 12:10:59 +1000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-06-20 12:10:59 +1000 |
commit | e3030bff5e6b241ef8934ddaf84e524d0fd32bce (patch) | |
tree | 976aa1cc9d25c884ecedc548ce507404904414a3 /users/mnil/rules.mk | |
parent | 5b7cf9fdc86bf92b465565b2be5d501ea9529f37 (diff) | |
parent | 4dddcb4f0300f79d8fbfc462ff8d6b360e99989e (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'users/mnil/rules.mk')
-rw-r--r-- | users/mnil/rules.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/mnil/rules.mk b/users/mnil/rules.mk new file mode 100644 index 0000000000..22cebfaeeb --- /dev/null +++ b/users/mnil/rules.mk @@ -0,0 +1,7 @@ +SRC += mnil.c +MOUSEKEY_ENABLE = yes # Enable mouse keys +LTO_ENABLE = yes # Enable link time optimization +BACKLIGHT_ENABLE = no +CONSOLE_ENABLE = no +AUTO_SHIFT_ENABLE = no +TAP_DANCE_ENABLE = yes |