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 /layouts/community/ortho_4x12 | |
parent | b20b3604042536640b5f29f85656cd55ef459180 (diff) |
haptic: naming cleanups (#21551)
Diffstat (limited to 'layouts/community/ortho_4x12')
-rw-r--r-- | layouts/community/ortho_4x12/drashna/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/community/ortho_4x12/drashna/config.h b/layouts/community/ortho_4x12/drashna/config.h index 8443ff054f..071f7cb55b 100644 --- a/layouts/community/ortho_4x12/drashna/config.h +++ b/layouts/community/ortho_4x12/drashna/config.h @@ -115,7 +115,7 @@ # define V_RMS 2.3 # define V_PEAK 3.30 /* Library Selection */ -# define LIB_SELECTION 4 /* For Empty:0' TS2200 library A to D:1-5, LRA Library: 6 */ +# define DRV2605L_LIBRARY 4 /* For Empty:0' TS2200 library A to D:1-5, LRA Library: 6 */ /* default 2V LRA voltage and library */ #elif FB_ERM_LRA == 1 @@ -124,7 +124,7 @@ # define V_PEAK 2.85 # define F_LRA 200 /* Library Selection */ -# define LIB_SELECTION 6 /* For Empty:0' TS2200 library A to D:1-5, LRA Library: 6 */ +# define DRV2605L_LIBRARY 6 /* For Empty:0' TS2200 library A to D:1-5, LRA Library: 6 */ #endif |