1
0
Fork 0

Handle Haptic Feedback play on each half with support for remote sending

This commit is contained in:
Drashna Jael're 2024-10-26 15:43:20 -07:00
parent 26ec38782e
commit 7ba6f4d639
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
5 changed files with 38 additions and 12 deletions

View file

@ -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);