mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-31 19:40:08 -04:00
Rename RGBLED_NUM
-> RGBLIGHT_LED_COUNT
(#22570)
This commit is contained in:
parent
1ae3697165
commit
d85f11ad16
11 changed files with 28 additions and 28 deletions
|
@ -112,7 +112,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
} else {
|
||||
rgblight_timer_disable();
|
||||
uint8_t val = rgblight_get_val();
|
||||
rgblight_sethsv_range(255, 255, val, 0, RGBLED_NUM-1);
|
||||
rgblight_sethsv_range(255, 255, val, 0, RGBLIGHT_LED_COUNT-1);
|
||||
}
|
||||
deafened = !deafened;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue