summaryrefslogtreecommitdiffstats
path: root/tmk_core/common
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-02-26 17:07:05 +1100
committerGitHub <noreply@github.com>2021-02-26 17:07:05 +1100
commitabe189377cd7af09041b54a7b3b19775f9ce8647 (patch)
treedaa587989f1d2970311bd7f71ca18d55c05da3a7 /tmk_core/common
parent4dc8a2dd6f3c04b7103de578310f9dddc149baa3 (diff)
[BUG] Massdrop develop rgb fix (#12022)
* Allow for disabling RGB_MATRIX on Massdrop boards. * Fixup init sequence. * Make some functions static as they've got very generic names.
Diffstat (limited to 'tmk_core/common')
-rw-r--r--tmk_core/common/keyboard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c
index 34fed0caba..ce3255c069 100644
--- a/tmk_core/common/keyboard.c
+++ b/tmk_core/common/keyboard.c
@@ -307,9 +307,6 @@ void keyboard_init(void) {
#ifdef RGBLIGHT_ENABLE
rgblight_init();
#endif
-#ifdef RGB_MATRIX_ENABLE
- rgb_matrix_init();
-#endif
#ifdef ENCODER_ENABLE
encoder_init();
#endif