diff options
Diffstat (limited to 'docs/feature_auto_shift.md')
-rw-r--r-- | docs/feature_auto_shift.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_auto_shift.md b/docs/feature_auto_shift.md index ec7eeaaa0..a54cd79e4 100644 --- a/docs/feature_auto_shift.md +++ b/docs/feature_auto_shift.md | |||
@@ -127,7 +127,7 @@ bool get_auto_shifted_key(uint16_t keycode, keyrecord_t *record) { | |||
127 | # ifndef NO_AUTO_SHIFT_SPECIAL | 127 | # ifndef NO_AUTO_SHIFT_SPECIAL |
128 | case KC_TAB: | 128 | case KC_TAB: |
129 | case KC_MINUS ... KC_SLASH: | 129 | case KC_MINUS ... KC_SLASH: |
130 | case KC_NONUS_BSLASH: | 130 | case KC_NONUS_BACKSLASH: |
131 | # endif | 131 | # endif |
132 | return true; | 132 | return true; |
133 | } | 133 | } |