From 7ef4aba52c40e8e4638f9b948e271ec41baa321a Mon Sep 17 00:00:00 2001 From: stanrc85 <47038504+stanrc85@users.noreply.github.com> Date: Wed, 10 Feb 2021 09:21:46 -0500 Subject: Userspace updates (#11841) * enable LTO for smaller firmware size * delete since this was added to userspace rules.mk * readme updates and new images * Add -j to compile and flash commands in userpsace * Enable NKRO * Enable NKRO, VIA, LTO by default * Stanrc85-ansi readme update * Stanrc85-alice readme * quick RGB layer indicator fix in keymap --- keyboards/boardsource/the_mark/keymaps/stanrc85/keymap.c | 3 --- keyboards/boardsource/the_mark/keymaps/stanrc85/rules.mk | 1 - 2 files changed, 4 deletions(-) delete mode 100644 keyboards/boardsource/the_mark/keymaps/stanrc85/rules.mk (limited to 'keyboards/boardsource') 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 -- cgit v1.2.3