Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot
2023-02-14 20:44:53 +00:00
5 changed files with 81 additions and 1 deletions
+6
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. |