LED drivers: rename "simple" to "mono" (#22814)
This commit is contained in:
@@ -11,7 +11,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# project specific files
|
||||
SRC = drivers/led/issi/is31fl3736-simple.c \
|
||||
SRC = drivers/led/issi/is31fl3736-mono.c \
|
||||
quantum/color.c \
|
||||
keyboards/wilba_tech/wt_mono_backlight.c \
|
||||
keyboards/wilba_tech/wt_main.c
|
||||
|
||||
@@ -11,7 +11,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# project specific files
|
||||
SRC = drivers/led/issi/is31fl3736-simple.c \
|
||||
SRC = drivers/led/issi/is31fl3736-mono.c \
|
||||
quantum/color.c \
|
||||
keyboards/wilba_tech/wt_mono_backlight.c \
|
||||
keyboards/wilba_tech/wt_main.c
|
||||
|
||||
@@ -11,7 +11,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# project specific files
|
||||
SRC = drivers/led/issi/is31fl3736-simple.c \
|
||||
SRC = drivers/led/issi/is31fl3736-mono.c \
|
||||
quantum/color.c \
|
||||
keyboards/wilba_tech/wt_mono_backlight.c \
|
||||
keyboards/wilba_tech/wt_main.c
|
||||
|
||||
@@ -11,7 +11,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# project specific files
|
||||
SRC = drivers/led/issi/is31fl3736-simple.c \
|
||||
SRC = drivers/led/issi/is31fl3736-mono.c \
|
||||
quantum/color.c \
|
||||
keyboards/wilba_tech/wt_mono_backlight.c \
|
||||
keyboards/wilba_tech/wt_main.c
|
||||
|
||||
@@ -11,7 +11,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# project specific files
|
||||
SRC = drivers/led/issi/is31fl3736-simple.c \
|
||||
SRC = drivers/led/issi/is31fl3736-mono.c \
|
||||
quantum/color.c \
|
||||
keyboards/wilba_tech/wt_mono_backlight.c \
|
||||
keyboards/wilba_tech/wt_main.c
|
||||
|
||||
@@ -11,7 +11,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# project specific files
|
||||
SRC = drivers/led/issi/is31fl3736-simple.c \
|
||||
SRC = drivers/led/issi/is31fl3736-mono.c \
|
||||
quantum/color.c \
|
||||
keyboards/wilba_tech/wt_mono_backlight.c \
|
||||
keyboards/wilba_tech/wt_main.c
|
||||
|
||||
@@ -11,7 +11,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
# project specific files
|
||||
SRC = drivers/led/issi/is31fl3736-simple.c \
|
||||
SRC = drivers/led/issi/is31fl3736-mono.c \
|
||||
quantum/color.c \
|
||||
keyboards/wilba_tech/wt_mono_backlight.c \
|
||||
keyboards/wilba_tech/wt_main.c
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#error VIA_EEPROM_CUSTOM_CONFIG_SIZE was not defined to store backlight_config struct
|
||||
#endif
|
||||
|
||||
#include "drivers/led/issi/is31fl3736-simple.h"
|
||||
#include "drivers/led/issi/is31fl3736-mono.h"
|
||||
|
||||
#define BACKLIGHT_EFFECT_MAX 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user