Handle Haptic Feedback play on each half with support for remote sending
This commit is contained in:
parent
26ec38782e
commit
7ba6f4d639
5 changed files with 38 additions and 12 deletions
|
@ -77,6 +77,11 @@ void haptic_cont_increase(void);
|
|||
void haptic_cont_decrease(void);
|
||||
|
||||
void haptic_play(void);
|
||||
#if defined(SPLIT_KEYBOARD) && defined(SPLIT_HAPTIC_ENABLE)
|
||||
void set_haptic_split_play(uint8_t mode);
|
||||
void split_haptic_play_effect(uint8_t mode);
|
||||
#endif
|
||||
|
||||
void haptic_shutdown(void);
|
||||
void haptic_notify_usb_device_state_change(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue