forked from mirrors/qmk_userspace
Fixed K Pro white backlight compile error
This commit is contained in:
parent
01e743512a
commit
f1ea73ca8a
1 changed files with 12 additions and 0 deletions
|
@ -22,6 +22,18 @@
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
// ======== DEPRECATED DEFINES - DO NOT USE ========
|
// ======== DEPRECATED DEFINES - DO NOT USE ========
|
||||||
|
#ifdef DRIVER_ADDR_1
|
||||||
|
# define SNLED27351_I2C_ADDRESS_1 DRIVER_ADDR_1
|
||||||
|
#endif
|
||||||
|
#ifdef DRIVER_ADDR_2
|
||||||
|
# define SNLED27351_I2C_ADDRESS_2 DRIVER_ADDR_2
|
||||||
|
#endif
|
||||||
|
#ifdef DRIVER_ADDR_3
|
||||||
|
# define SNLED27351_I2C_ADDRESS_3 DRIVER_ADDR_3
|
||||||
|
#endif
|
||||||
|
#ifdef DRIVER_ADDR_4
|
||||||
|
# define SNLED27351_I2C_ADDRESS_4 DRIVER_ADDR_4
|
||||||
|
#endif
|
||||||
#ifdef CKLED2001_TIMEOUT
|
#ifdef CKLED2001_TIMEOUT
|
||||||
# define SNLED27351_I2C_TIMEOUT CKLED2001_TIMEOUT
|
# define SNLED27351_I2C_TIMEOUT CKLED2001_TIMEOUT
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue