diff options
-rw-r--r-- | quantum/action_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/action_util.c b/quantum/action_util.c index 034c2ecaae..361f410d2d 100644 --- a/quantum/action_util.c +++ b/quantum/action_util.c @@ -90,7 +90,7 @@ bool has_oneshot_mods_timed_out(void) { * L => are layer bits * S => oneshot state bits */ -static int8_t oneshot_layer_data = 0; +static uint8_t oneshot_layer_data = 0; inline uint8_t get_oneshot_layer(void) { return oneshot_layer_data >> 3; |