Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-03-25 12:41:48 +00:00
commit e2b652d95f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static bool autoshift_press(uint16_t keycode, uint16_t now, keyrecord_t *record)
}
# ifndef AUTO_SHIFT_MODIFIERS
if (get_mods() & (~MOD_BIT(KC_LSFT))) {
if (get_mods()) {
return true;
}
# endif