summaryrefslogtreecommitdiff
path: root/keyboards/boardsource
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-10 14:22:21 +0000
committerQMK Bot <hello@qmk.fm>2021-02-10 14:22:21 +0000
commit8d06a230c231e20b78acf77dd5c90093aa3bd95f (patch)
tree308d43a1854d5e58f1ff3a6aa726417ead6b4fb4 /keyboards/boardsource
parent0cd00b6c094dd2d10f6dc7a1404268b88fcb46ba (diff)
parent7ef4aba52c40e8e4638f9b948e271ec41baa321a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/boardsource')
-rw-r--r--keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c3
-rw-r--r--keyboards/boardsource/the_mark/keymaps/stanrc85/rules.mk1
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c b/keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c
index bf75a284f8..890d266b90 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] = {
void rgb_matrix_indicators_user(void) {
uint8_t layer = get_highest_layer(layer_state);
switch (layer) {
- case _QWERTY:
- rgb_matrix_set_color(10, 0, 0, 0);
- break;
case _FN1_60:
rgb_matrix_set_color(10, 0, 0, 255);
break;
diff --git a/keyboards/boardsource/the_mark/keymaps/stanrc85/rules.mk b/keyboards/boardsource/the_mark/keymaps/stanrc85/rules.mk
deleted file mode 100644
index 1e5b99807c..0000000000
--- a/keyboards/boardsource/the_mark/keymaps/stanrc85/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-VIA_ENABLE = yes