summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/rgb_matrix_drivers.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-01-02 16:26:01 +1100
committerGitHub <noreply@github.com>2024-01-02 16:26:01 +1100
commitf583d2fef01372f55057dcf44569252e3582d0f5 (patch)
treed0bae839665ef64e5620b0c151735e16d226264d /quantum/rgb_matrix/rgb_matrix_drivers.c
parent8a6b7003f70a2d7947236849d46753cbc91440a3 (diff)
Remove IS31FLCOMMON code (#22800)
Diffstat (limited to 'quantum/rgb_matrix/rgb_matrix_drivers.c')
-rw-r--r--quantum/rgb_matrix/rgb_matrix_drivers.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/quantum/rgb_matrix/rgb_matrix_drivers.c b/quantum/rgb_matrix/rgb_matrix_drivers.c
index e3dd9beff7..b5e539657d 100644
--- a/quantum/rgb_matrix/rgb_matrix_drivers.c
+++ b/quantum/rgb_matrix/rgb_matrix_drivers.c
@@ -108,14 +108,6 @@ const rgb_matrix_driver_t rgb_matrix_driver = {
.set_color_all = is31fl3746a_set_color_all,
};
-#elif defined(IS31FLCOMMON)
-const rgb_matrix_driver_t rgb_matrix_driver = {
- .init = IS31FL_RGB_init_drivers,
- .flush = IS31FL_common_flush,
- .set_color = IS31FL_RGB_set_color,
- .set_color_all = IS31FL_RGB_set_color_all,
-};
-
#elif defined(RGB_MATRIX_SNLED27351)
const rgb_matrix_driver_t rgb_matrix_driver = {
.init = snled27351_init_drivers,