diff options
author | Nick Brassel <nick@tzarc.org> | 2021-08-18 06:44:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 06:44:18 +1000 |
commit | 8db1d221172afe10fc2d0c4c7ce1742e0a6436d4 (patch) | |
tree | 4e0909f359b805f7eebc16a467306a75646d08b9 /keyboards/massdrop | |
parent | 75b49aff56436c57a424e622c91f6d80e1d0ecc2 (diff) | |
download | qmk_firmware-8db1d221172afe10fc2d0c4c7ce1742e0a6436d4.tar.gz qmk_firmware-8db1d221172afe10fc2d0c4c7ce1742e0a6436d4.zip |
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.c | 5 |
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 |