forked from mirrors/qmk_userspace
Add full solenoid support on split keyboards (#21583)
Co-authored-by: Jacob Gable <jacob.gable@statheros.tech>
This commit is contained in:
parent
7a761ebf7d
commit
99290b4c7e
4 changed files with 21 additions and 12 deletions
|
@ -298,7 +298,7 @@ This enables transmitting the pointing device status to the master side of the s
|
|||
#define SPLIT_HAPTIC_ENABLE
|
||||
```
|
||||
|
||||
This enables triggering of haptic feedback on the slave side of the split keyboard. For DRV2605L this will send the mode, but for solenoids it is expected that the desired mode is already set up on the slave.
|
||||
This enables the triggering of haptic feedback on the slave side of the split keyboard. This will send information to the slave side such as the mode, dwell, and whether buzz is enabled.
|
||||
|
||||
```c
|
||||
#define SPLIT_ACTIVITY_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue