diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-21 09:17:39 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 09:17:39 +1000 |
commit | b090354143612d2c0f5c8629510542de5bd4e29e (patch) | |
tree | 6985cc58bf943d910c83b880fe61ffd8184cd93f /keyboards/hillside/52/0_1/config.h | |
parent | b20b3604042536640b5f29f85656cd55ef459180 (diff) |
haptic: naming cleanups (#21551)
Diffstat (limited to 'keyboards/hillside/52/0_1/config.h')
-rw-r--r-- | keyboards/hillside/52/0_1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hillside/52/0_1/config.h b/keyboards/hillside/52/0_1/config.h index 55395dd407..dc8654b4bb 100644 --- a/keyboards/hillside/52/0_1/config.h +++ b/keyboards/hillside/52/0_1/config.h @@ -21,5 +21,5 @@ /* Haptic waveforms */ // Two mild waveforms -#define DRV_GREETING alert_750ms -#define DRV_MODE_DEFAULT sharp_tick3_60 +#define DRV2605L_GREETING alert_750ms +#define DRV2605L_DEFAULT_MODE sharp_tick3_60 |