forked from mirrors/qmk_userspace
Add swap hands toggle functions (#20381)
This commit is contained in:
parent
5d6d959421
commit
f5b7491883
3 changed files with 33 additions and 3 deletions
|
@ -47,6 +47,11 @@ const uint8_t PROGMEM encoder_hand_swap_config[NUM_ENCODERS] = { 1, 0 };
|
|||
|
||||
### Functions :id=functions
|
||||
|
||||
| Function | Description |
|
||||
|----------------------|---------------------------------------------|
|
||||
| `is_swap_hands_on()` | Returns true if Swap-Hands is currently on. |
|
||||
User callback functions to manipulate Swap-Hands:
|
||||
|
||||
| Function | Description |
|
||||
|-----------------------|---------------------------------------------|
|
||||
| `swap_hands_on()` | Turns Swap-Hands on. |
|
||||
| `swap_hands_off()` | Turns Swap-Hands off. |
|
||||
| `swap_hands_toggle()` | Toggles Swap-Hands. |
|
||||
| `is_swap_hands_on()` | Returns true if Swap-Hands is currently on. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue