diff options
Diffstat (limited to 'keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c')
| -rw-r--r-- | keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c b/keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c index bf75a284f..890d266b9 100644 --- a/keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c +++ b/keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c | |||
| @@ -53,9 +53,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 53 | void rgb_matrix_indicators_user(void) { | 53 | void rgb_matrix_indicators_user(void) { |
| 54 | uint8_t layer = get_highest_layer(layer_state); | 54 | uint8_t layer = get_highest_layer(layer_state); |
| 55 | switch (layer) { | 55 | switch (layer) { |
| 56 | case _QWERTY: | ||
| 57 | rgb_matrix_set_color(10, 0, 0, 0); | ||
| 58 | break; | ||
| 59 | case _FN1_60: | 56 | case _FN1_60: |
| 60 | rgb_matrix_set_color(10, 0, 0, 255); | 57 | rgb_matrix_set_color(10, 0, 0, 255); |
| 61 | break; | 58 | break; |
