Add swap hands status function (#19831)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
@@ -161,6 +161,10 @@ void set_swap_hands_state(size_t index, uint8_t *swap_state, bool on) {
|
||||
}
|
||||
}
|
||||
|
||||
bool is_swap_hands_on(void) {
|
||||
return swap_hands;
|
||||
}
|
||||
|
||||
/** \brief Process Hand Swap
|
||||
*
|
||||
* FIXME: Needs documentation.
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user