diff options
author | Mats Nilsson <matni403@gmail.com> | 2021-06-19 02:55:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 17:55:56 -0700 |
commit | 8de028f1889da418de52bdc1da138687c4944378 (patch) | |
tree | e99c298cf3a55bc4ef6a6f9f942cc832b996ee26 /users/mnil/rules.mk | |
parent | 8694e2d3f074ffbdc9f3fc1c0a5fe3c6b4163f5d (diff) |
[Keymap] Add my keymaps for the Keebio Iris and Planck (#13005)
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 |