diff options
Diffstat (limited to 'keyboards/planck/keymaps/oryx/keymap.c')
| -rw-r--r-- | keyboards/planck/keymaps/oryx/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/oryx/keymap.c b/keyboards/planck/keymaps/oryx/keymap.c index e84b9913a..0368c9842 100644 --- a/keyboards/planck/keymaps/oryx/keymap.c +++ b/keyboards/planck/keymaps/oryx/keymap.c | |||
| @@ -91,7 +91,7 @@ void set_layer_color(int layer) { | |||
| 91 | } | 91 | } |
| 92 | 92 | ||
| 93 | void rgb_matrix_indicators_user(void) { | 93 | void rgb_matrix_indicators_user(void) { |
| 94 | if (g_suspend_state || keyboard_config.disable_layer_led) { | 94 | if (keyboard_config.disable_layer_led) { |
| 95 | return; | 95 | return; |
| 96 | } | 96 | } |
| 97 | switch (biton32(layer_state)) { | 97 | switch (biton32(layer_state)) { |
