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/48/0_1 | |
parent | b20b3604042536640b5f29f85656cd55ef459180 (diff) |
haptic: naming cleanups (#21551)
Diffstat (limited to 'keyboards/hillside/48/0_1')
-rw-r--r-- | keyboards/hillside/48/0_1/config.h | 4 | ||||
-rw-r--r-- | keyboards/hillside/48/0_1/rules.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/hillside/48/0_1/config.h b/keyboards/hillside/48/0_1/config.h index dc642c1193..3b432cf17b 100644 --- a/keyboards/hillside/48/0_1/config.h +++ b/keyboards/hillside/48/0_1/config.h @@ -16,5 +16,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 diff --git a/keyboards/hillside/48/0_1/rules.mk b/keyboards/hillside/48/0_1/rules.mk index 2501147ea8..3c12e55b58 100644 --- a/keyboards/hillside/48/0_1/rules.mk +++ b/keyboards/hillside/48/0_1/rules.mk @@ -5,4 +5,4 @@ LTO_ENABLE = yes # Use link time optimization for smaller firmware # enable it and set its driver here or in your keymap folder # The Pimoroni board's driver is DRV2605L # HAPTIC_ENABLE = yes # Enable haptic driver -# HAPTIC_DRIVER = DRV2605L +# HAPTIC_DRIVER = drv2605l |