1
0
Fork 0

Oneshot locked mods split transaction (#23434)

This commit is contained in:
NoOne2246 2024-04-09 04:55:42 +10:00 committed by GitHub
parent cd94664d15
commit b99143fdd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

@ -101,6 +101,7 @@ typedef struct _split_mods_sync_t {
uint8_t weak_mods;
# ifndef NO_ACTION_ONESHOT
uint8_t oneshot_mods;
uint8_t oneshot_locked_mods;
# endif // NO_ACTION_ONESHOT
} split_mods_sync_t;
#endif // SPLIT_MODS_ENABLE