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

@ -838,8 +838,7 @@ static void haptic_handlers_slave(matrix_row_t master_matrix[], matrix_row_t sla
memcpy(&haptic_config, &split_shmem->haptic_sync.haptic_config, sizeof(haptic_config_t));
if (split_shmem->haptic_sync.haptic_play != 0xFF) {
haptic_set_mode(split_shmem->haptic_sync.haptic_play);
haptic_play();
split_haptic_play_effect(split_shmem->haptic_sync.haptic_play);
}
}