Skip to content

Commit

Permalink
Add self note
Browse files Browse the repository at this point in the history
Can't suspend RGB effects to save CPU work otherwise rgb_matrix_indicator_kb never get's called.
  • Loading branch information
jincao1 committed Mar 13, 2024
1 parent e3e92cf commit 065d5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/nuphy/air75_v2/ansi/ansi.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return true;
}

// self note - this won't get called if RGB matrix is suspended or if there's no effect
bool rgb_matrix_indicators_kb(void) {
if (!rgb_matrix_indicators_user()) {
return false;
Expand Down

0 comments on commit 065d5ef

Please sign in to comment.