Remove RGB keycodes from boards with no RGB config (#23709)
This commit is contained in:
parent
48c0b60141
commit
5fda349018
109 changed files with 223 additions and 302 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue