diff options
Diffstat (limited to 'docs/faq_keymap.md')
-rw-r--r-- | docs/faq_keymap.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq_keymap.md b/docs/faq_keymap.md index f0410fcb4..7093dec20 100644 --- a/docs/faq_keymap.md +++ b/docs/faq_keymap.md | |||
@@ -48,7 +48,7 @@ For Modifier keys and layer actions you have to place `KC_TRANS` on same positio | |||
48 | ## Mechanical Lock Switch Support | 48 | ## Mechanical Lock Switch Support |
49 | 49 | ||
50 | This feature is for *mechanical lock switch* like [this Alps one](http://deskthority.net/wiki/Alps_SKCL_Lock). You can enable it by adding this to your `config.h`: | 50 | This feature is for *mechanical lock switch* like [this Alps one](http://deskthority.net/wiki/Alps_SKCL_Lock). You can enable it by adding this to your `config.h`: |
51 | 51 | ||
52 | ``` | 52 | ``` |
53 | #define LOCKING_SUPPORT_ENABLE | 53 | #define LOCKING_SUPPORT_ENABLE |
54 | #define LOCKING_RESYNC_ENABLE | 54 | #define LOCKING_RESYNC_ENABLE |
@@ -187,7 +187,7 @@ ___TO BE IMPROVED___ | |||
187 | real_mods is intended to retains state of real/physical modifier key state, while | 187 | real_mods is intended to retains state of real/physical modifier key state, while |
188 | weak_mods retains state of virtual or temporary modifiers which should not affect state real modifier key. | 188 | weak_mods retains state of virtual or temporary modifiers which should not affect state real modifier key. |
189 | 189 | ||
190 | Let's say you hold down physical left shift key and type ACTION_MODS_KEY(LSHIFT, KC_A), | 190 | Let's say you hold down physical left shift key and type ACTION_MODS_KEY(LSHIFT, KC_A), |
191 | 191 | ||
192 | with weak_mods, | 192 | with weak_mods, |
193 | * (1) hold down left shift: real_mods |= MOD_BIT(LSHIFT) | 193 | * (1) hold down left shift: real_mods |= MOD_BIT(LSHIFT) |