mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
is31fl3733: fix driver sync backwards compatibility defines (#22851)
This commit is contained in:
parent
71257e21e6
commit
e5203f86e2
@ -40,13 +40,13 @@
|
|||||||
#ifdef DRIVER_SYNC_1
|
#ifdef DRIVER_SYNC_1
|
||||||
# define IS31FL3733_SYNC_1 DRIVER_SYNC_1
|
# define IS31FL3733_SYNC_1 DRIVER_SYNC_1
|
||||||
#endif
|
#endif
|
||||||
#ifdef DRIVER_ADDR_2
|
#ifdef DRIVER_SYNC_2
|
||||||
# define IS31FL3733_SYNC_2 DRIVER_SYNC_2
|
# define IS31FL3733_SYNC_2 DRIVER_SYNC_2
|
||||||
#endif
|
#endif
|
||||||
#ifdef DRIVER_ADDR_3
|
#ifdef DRIVER_SYNC_3
|
||||||
# define IS31FL3733_SYNC_3 DRIVER_SYNC_3
|
# define IS31FL3733_SYNC_3 DRIVER_SYNC_3
|
||||||
#endif
|
#endif
|
||||||
#ifdef DRIVER_ADDR_4
|
#ifdef DRIVER_SYNC_4
|
||||||
# define IS31FL3733_SYNC_4 DRIVER_SYNC_4
|
# define IS31FL3733_SYNC_4 DRIVER_SYNC_4
|
||||||
#endif
|
#endif
|
||||||
#ifdef ISSI_TIMEOUT
|
#ifdef ISSI_TIMEOUT
|
||||||
|
Loading…
Reference in New Issue
Block a user