aboutsummaryrefslogtreecommitdiff
path: root/keyboards/boardsource
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2021-02-10 09:21:46 -0500
committerGitHub <noreply@github.com>2021-02-10 09:21:46 -0500
commit7ef4aba52c40e8e4638f9b948e271ec41baa321a (patch)
treef205a704a8743892e93ad6ee2c91ff197aa596f0 /keyboards/boardsource
parent0aed8746bee2ff60727de0663dca4d82072e6632 (diff)
downloadqmk_firmware-7ef4aba52c40e8e4638f9b948e271ec41baa321a.tar.gz
qmk_firmware-7ef4aba52c40e8e4638f9b948e271ec41baa321a.zip
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
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 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] = {
53void rgb_matrix_indicators_user(void) { 53void 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;
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 1e5b99807..000000000
--- a/keyboards/boardsource/the_mark/keymaps/stanrc85/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
1VIA_ENABLE = yes