diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2020-04-09 18:54:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 09:54:19 -0700 |
commit | 439afc883a94627fd3f742d573fcfdf90ddbb22a (patch) | |
tree | 47c3b781426c340d8eae3e2bdca6d3e67698b383 /keyboards/doro67/multi/keymaps/konstantin | |
parent | 07c75feba3f2c0b4baf1c230750483004e502020 (diff) |
[Keymap] Update personal userspace and keymaps (#8747)
* Update mousekey parameters in userspace
* Disable GRAVE_ESC in boards where it isn't used
* Tweak MODERN_DOLCH_RED and reset RGB on Shift+Toggle in KBD6X
* Disable RGB controls when Fn/Caps indicator lights are on
* Use LTO_ENABLE instead of setting -flto directly
* Add led_update_keymap, use SS_LCTL instead of SS_LCTRL
* Change TAPPING_TOGGLE from 2 to 3
Diffstat (limited to 'keyboards/doro67/multi/keymaps/konstantin')
-rw-r--r-- | keyboards/doro67/multi/keymaps/konstantin/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/doro67/multi/keymaps/konstantin/rules.mk b/keyboards/doro67/multi/keymaps/konstantin/rules.mk index 041d321145..c3a73fd845 100644 --- a/keyboards/doro67/multi/keymaps/konstantin/rules.mk +++ b/keyboards/doro67/multi/keymaps/konstantin/rules.mk @@ -3,6 +3,7 @@ BOOTMAGIC_ENABLE = no COMMAND_ENABLE = yes CONSOLE_ENABLE = yes EXTRAKEY_ENABLE = yes +GRAVE_ESC_ENABLE = no MOUSEKEY_ENABLE = yes NKRO_ENABLE = yes SPACE_CADET_ENABLE = no |