diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2020-05-16 08:36:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 23:36:08 -0700 |
commit | 9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5 (patch) | |
tree | a8975904801263891684351944e566a1d1a1a767 /users/konstantin/konstantin.h | |
parent | c6cf1ae4e71f6d520c415e02b6b50f482c936698 (diff) | |
download | qmk_firmware-9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5.tar.gz qmk_firmware-9cf69a199715a2aa7ba2ca7ab8f5553bbeb1dcd5.zip |
[Keymap] Update personal userspace and keymaps (#9082)
* Replace custom RCTRL implementation with built-in LM
Caveat: sends LCtrl instead of RCtrl
* Enable VIA support in KBD6X keymap
* Disable LTO on ChibiOS boards
* Disable locking support and Magic keycodes for all keymaps
* Organize and annotate rules.mk and config.h files
* Enable Console for Melody96 keymap
* L_RANGE_KEYMAP → LAYERS_KEYMAP
* Revert "Replace custom RCTRL implementation with built-in LM"
This reverts commit 17d706a82d7e31b53cd84efeb9b2ddb9922a2368.
* Set DYNAMIC_KEYMAP_LAYER_COUNT to 3 in Doro67 and Wasdat keymaps
* Enable Bootmagic Lite for all VIA keymaps
Diffstat (limited to 'users/konstantin/konstantin.h')
-rw-r--r-- | users/konstantin/konstantin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/konstantin.h b/users/konstantin/konstantin.h index 0936e3c3e..72a161623 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h | |||
@@ -76,7 +76,7 @@ enum layers_user { | |||
76 | L_NUMPAD, | 76 | L_NUMPAD, |
77 | #endif | 77 | #endif |
78 | 78 | ||
79 | L_RANGE_KEYMAP, | 79 | LAYERS_KEYMAP, |
80 | }; | 80 | }; |
81 | 81 | ||
82 | void keyboard_pre_init_keymap(void); | 82 | void keyboard_pre_init_keymap(void); |