mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 05:32:05 +00:00
Revert "fix oneshot keys sent to host when held after tapping"
This reverts commit c2d4dd5333256437073780bdea9e223b3c5635d0.
This commit is contained in:
parent
75c04fc2b7
commit
3fbb770de3
@ -267,9 +267,8 @@ static uint8_t get_mods_for_report(void) {
|
|||||||
clear_oneshot_mods();
|
clear_oneshot_mods();
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
mods |= oneshot_mods;
|
||||||
if (has_anykey()) {
|
if (has_anykey()) {
|
||||||
// only send oneshots to host if used with a real key
|
|
||||||
mods |= oneshot_mods;
|
|
||||||
clear_oneshot_mods();
|
clear_oneshot_mods();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user