Skip to content

Commit

Permalink
[Keychron Q5] Build failures: recursive function call. (qmk#19553)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored Jan 9, 2023
1 parent 2891d90 commit 01de984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/keychron/q5/q5.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return true;
}

bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
bool rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {
if (!rgb_matrix_indicators_advanced_user(led_min, led_max)) { return false; }
// RGB_MATRIX_INDICATOR_SET_COLOR(index, red, green, blue);
# if defined(CAPS_LOCK_LED_INDEX)
Expand Down

0 comments on commit 01de984

Please sign in to comment.