diff options
| author | NoOne2246 | 2024-04-08 20:55:42 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-08 20:55:42 +0200 |
| commit | b99143fdd2637f573bb8c2632a38b84acc1945a0 (patch) | |
| tree | 017fde6c69fcb6866ce03cb778b0bca0b3027db9 /quantum/split_common/transport.h | |
| parent | cd94664d1514cb7095b24f28574390498fb2c036 (diff) | |
Oneshot locked mods split transaction (#23434)
Diffstat (limited to 'quantum/split_common/transport.h')
| -rw-r--r-- | quantum/split_common/transport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/split_common/transport.h b/quantum/split_common/transport.h index 4f6b968fa8..fbd87ca312 100644 --- a/quantum/split_common/transport.h +++ b/quantum/split_common/transport.h @@ -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 |