forked from mirrors/qmk_userspace
Update my code to use layer_state_t typedef
This commit is contained in:
parent
356521864e
commit
89e9785d7a
6 changed files with 12 additions and 12 deletions
|
@ -275,7 +275,7 @@ void matrix_scan_rgb(void) {
|
|||
}
|
||||
|
||||
|
||||
uint32_t layer_state_set_rgb(uint32_t state) {
|
||||
layer_state_t layer_state_set_rgb(layer_state_t state) {
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
if (userspace_config.rgb_layer_change) {
|
||||
switch (biton32(state)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue