diff options
Diffstat (limited to 'keyboards/keebio/levinson/keymaps/issmirnov/keymap.c')
| -rw-r--r-- | keyboards/keebio/levinson/keymaps/issmirnov/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/levinson/keymaps/issmirnov/keymap.c b/keyboards/keebio/levinson/keymaps/issmirnov/keymap.c index 0023b8424..d9edfebaa 100644 --- a/keyboards/keebio/levinson/keymaps/issmirnov/keymap.c +++ b/keyboards/keebio/levinson/keymaps/issmirnov/keymap.c | |||
| @@ -87,7 +87,7 @@ void matrix_scan_user(void) { | |||
| 87 | 87 | ||
| 88 | // only runs when when the layer is changed, good for updating LED's and clearing sticky state | 88 | // only runs when when the layer is changed, good for updating LED's and clearing sticky state |
| 89 | // RGB modes: https://github.com/qmk/qmk_firmware/blob/master/quantum/rgblight.h | 89 | // RGB modes: https://github.com/qmk/qmk_firmware/blob/master/quantum/rgblight.h |
| 90 | uint32_t layer_state_set_user(uint32_t state) { | 90 | layer_state_t layer_state_set_user(layer_state_t state) { |
| 91 | #ifdef RGBLIGHT_ENABLE | 91 | #ifdef RGBLIGHT_ENABLE |
| 92 | layer_state_set_rgb(state); | 92 | layer_state_set_rgb(state); |
| 93 | #endif | 93 | #endif |
