diff --git a/quantum/process_keycode/process_swap_hands.h b/quantum/process_keycode/process_swap_hands.h index 4edf93bc388..49cc088dff1 100644 --- a/quantum/process_keycode/process_swap_hands.h +++ b/quantum/process_keycode/process_swap_hands.h @@ -26,3 +26,5 @@ bool is_swap_hands_enabled(void); void swap_hands_enable(void); void swap_hands_disable(void); void swap_hands_toggle(void); + +void clear_oneshot_swaphands(void);