From 71f643d81a1e0ae490c2f875bfe00d302a13e47b Mon Sep 17 00:00:00 2001 From: zvecr Date: Sun, 7 Nov 2021 17:58:10 +0000 Subject: [PATCH] Add funcs --- quantum/process_keycode/process_swap_hands.h | 2 ++ 1 file changed, 2 insertions(+) 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);