Add swap hands status function (#19831)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Albert Y
2023-02-14 12:44:18 -08:00
committed by GitHub
co-authored by Drashna Jaelre
parent 2cdf99ae95
commit 9908ed7ecd
3 changed files with 17 additions and 0 deletions
+7
View File
@@ -84,6 +84,13 @@ typedef uint32_t swap_state_row_t;
# error "MATRIX_COLS: invalid value"
# endif
/**
* @brief Get the swap hands enable state
*
* @return true
* @return false
*/
bool is_swap_hands_on(void);
void process_hand_swap(keyevent_t *record);
#endif