1
0
Fork 0

Add swap hands status function (#19831)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Albert Y 2023-02-15 04:44:18 +08:00 committed by GitHub
parent 2cdf99ae95
commit 9908ed7ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View file

@ -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. |