summaryrefslogtreecommitdiff
path: root/keyboards/massdrop
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-08-18 06:44:18 +1000
committerGitHub <noreply@github.com>2021-08-18 06:44:18 +1000
commit8db1d221172afe10fc2d0c4c7ce1742e0a6436d4 (patch)
tree4e0909f359b805f7eebc16a467306a75646d08b9 /keyboards/massdrop
parent75b49aff56436c57a424e622c91f6d80e1d0ecc2 (diff)
Fixup `massdrop/alt`, `cest73/tkm`. (#14048)
* Fixup massdrop/alt. * Fixup `cest73/tkm` bootmagic lite. * Update keyboards/cest73/tkm/rules.mk Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/massdrop')
-rw-r--r--keyboards/massdrop/alt/config_led.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/massdrop/alt/config_led.c b/keyboards/massdrop/alt/config_led.c
index 136117703c..85ae67878b 100644
--- a/keyboards/massdrop/alt/config_led.c
+++ b/keyboards/massdrop/alt/config_led.c
@@ -50,9 +50,8 @@ led_config_t g_led_config = { {
#ifdef USB_LED_INDICATOR_ENABLE
-void rgb_matrix_indicators_kb(void)
-{
- md_rgb_matrix_indicators();
+void rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {
+ md_rgb_matrix_indicators_advanced(led_min, led_max);
}
#endif // USB_LED_INDICATOR_ENABLE