diff options
Diffstat (limited to 'quantum/haptic.c')
-rw-r--r-- | quantum/haptic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/haptic.c b/quantum/haptic.c index 31d1114806..ad64fe2cc7 100644 --- a/quantum/haptic.c +++ b/quantum/haptic.c @@ -321,7 +321,7 @@ void haptic_play(void) { DRV_pulse(play_eff); #endif #ifdef SOLENOID_ENABLE - solenoid_fire(); + solenoid_fire_handler(); #endif } |