summaryrefslogtreecommitdiff
path: root/keyboards
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 /keyboards
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 'keyboards')
-rw-r--r--keyboards/massdrop/ctrl/config_led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/massdrop/ctrl/config_led.c b/keyboards/massdrop/ctrl/config_led.c
index f711c6a4fe..27ddb5c388 100644
--- a/keyboards/massdrop/ctrl/config_led.c
+++ b/keyboards/massdrop/ctrl/config_led.c
@@ -79,4 +79,4 @@ void rgb_matrix_indicators_kb(void)
}
#endif // USB_LED_INDICATOR_ENABLE
-#endif
+#endif // RGB_MATRIX_ENABLE