Remove RGB keycodes from boards with no RGB config (#23709)

This commit is contained in:
Ryan 2024-05-20 17:11:49 +10:00 committed by GitHub
parent 48c0b60141
commit 5fda349018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
109 changed files with 223 additions and 302 deletions

View file

@ -21,10 +21,8 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
return false;
}
if (clockwise) {
// tap_code(RGB_MOD);
rgblight_step();
} else {
// tap_code(RGB_RMOD);
rgblight_step_reverse();
}