mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-31 11:12:09 +01:00
Add swap hands status function (#19831)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
co-authored by
Drashna Jaelre
parent
2cdf99ae95
commit
9908ed7ecd
@@ -44,3 +44,9 @@ As an example, if a split keyboard has a single encoder per side, you can swap t
|
||||
const uint8_t PROGMEM encoder_hand_swap_config[NUM_ENCODERS] = { 1, 0 };
|
||||
#endif
|
||||
```
|
||||
|
||||
### Functions :id=functions
|
||||
|
||||
| Function | Description |
|
||||
|----------------------|---------------------------------------------|
|
||||
| `is_swap_hands_on()` | Returns true if Swap-Hands is currently on. |
|
||||
|
||||
Reference in New Issue
Block a user