Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency
This commit is contained in:
parent
687c7070a1
commit
7230923b05
28 changed files with 45 additions and 42 deletions
|
@ -67,7 +67,7 @@ extern bool disable_action_cache;
|
|||
#endif
|
||||
|
||||
/* Code for handling one-handed key modifiers. */
|
||||
#ifdef ONEHAND_ENABLE
|
||||
#ifdef SWAP_HANDS_ENABLE
|
||||
extern bool swap_hands;
|
||||
extern const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS];
|
||||
#if (MATRIX_COLS <= 8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue