1
0
Fork 0

Fix Indicator LED issues (#12097)

This commit is contained in:
50an6xy06r6n 2021-08-17 11:44:19 -07:00 committed by GitHub
parent 37496f4b60
commit 4b96d5876e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -73,9 +73,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