From efc5d63383b64291f25c8377bcfae8178dd63302 Mon Sep 17 00:00:00 2001 From: Pascal Getreuer Date: Tue, 11 Nov 2025 03:27:12 -0800 Subject: [Core] Speculative Hold option for mod-taps: hold mods instantly while unsettled. (#25572) --- quantum/action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/action.h') diff --git a/quantum/action.h b/quantum/action.h index 7616486c6d..a459c438c1 100644 --- a/quantum/action.h +++ b/quantum/action.h @@ -38,7 +38,7 @@ extern "C" { /* tapping count and state */ typedef struct { bool interrupted : 1; - bool reserved2 : 1; + bool speculated : 1; bool reserved1 : 1; bool reserved0 : 1; uint8_t count : 4; -- cgit v1.2.3