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
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue