summaryrefslogtreecommitdiffstats
path: root/layouts/community/split_3x5_3/bbaserdem
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-09-23 22:46:23 +1000
committerGitHub <noreply@github.com>2022-09-23 22:46:23 +1000
commit36c410592dbd35da33ccc5fd6d2a5cbf4b25a708 (patch)
tree4e75c5fc5cd31d9fdc904876906c0b409ee45d90 /layouts/community/split_3x5_3/bbaserdem
parentd967de0df749f3be63403e07feda416ea09351d0 (diff)
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
Diffstat (limited to 'layouts/community/split_3x5_3/bbaserdem')
-rw-r--r--layouts/community/split_3x5_3/bbaserdem/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/community/split_3x5_3/bbaserdem/config.h b/layouts/community/split_3x5_3/bbaserdem/config.h
index 6bb3515b9e..2f7c0f7068 100644
--- a/layouts/community/split_3x5_3/bbaserdem/config.h
+++ b/layouts/community/split_3x5_3/bbaserdem/config.h
@@ -27,9 +27,9 @@
# ifdef RGBLED_NUM
# undef RGBLED_NUM
# endif
-# ifdef DRIVER_LED_TOTAL
-# undef DRIVER_LED_TOTAL
+# ifdef RGB_MATRIX_LED_COUNT
+# undef RGB_MATRIX_LED_COUNT
# endif
# define RGBLED_NUM 48
-# define DRIVER_LED_TOTAL RGBLED_NUM
+# define RGB_MATRIX_LED_COUNT RGBLED_NUM
#endif // KEYBOARD_crkbd_rev1