diff options
author | Max Rumpf <max.rumpf1998@gmail.com> | 2018-08-01 02:58:52 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-31 17:58:52 -0700 |
commit | 9d016767e8af094a4c1b88e96af143a427fb0d30 (patch) | |
tree | 3c43632119e31c0a9b45833b9e17e1ea3b93fa1c /keyboards/contra/keymaps/maxr1998/rules.mk | |
parent | bb86d8a00c117759cd5b71b20d5974d41ffb455c (diff) |
Keymap: Improvements to Maxr1998's Contra keymap (#3535)
* Add image
* Improvements to my Contra layout
* Quick fix for Level3 layer
Diffstat (limited to 'keyboards/contra/keymaps/maxr1998/rules.mk')
-rw-r--r-- | keyboards/contra/keymaps/maxr1998/rules.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/contra/keymaps/maxr1998/rules.mk b/keyboards/contra/keymaps/maxr1998/rules.mk index bd395e10f7..75a476114f 100644 --- a/keyboards/contra/keymaps/maxr1998/rules.mk +++ b/keyboards/contra/keymaps/maxr1998/rules.mk @@ -1,8 +1,13 @@ RGBLIGHT_ENABLE = yes KEY_LOCK_ENABLE = yes +EXTRAFLAGS += -flto +UNICODE_ENABLE = no +MOUSEKEY_ENABLE = no + ### Debugging ### -#CONSOLE_ENABLE = yes +CONSOLE_ENABLE = no # yes +COMMAND_ENABLE = no ifndef QUANTUM_DIR include ../../../../Makefile |