Revert "fix oneshot keys sent to host when held after tapping"

This reverts commit c2d4dd5333256437073780bdea9e223b3c5635d0.
This commit is contained in:
Jari Meevis 2025-03-01 01:58:09 +01:00
parent 75c04fc2b7
commit 3fbb770de3
No known key found for this signature in database

View File

@ -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();
} }
} }