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 --- users/stanrc85/rules.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'users/stanrc85/rules.mk') diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 1406c68380..e88d605f5f 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk @@ -6,7 +6,9 @@ BOOTMAGIC_ENABLE = no MOUSEKEY_ENABLE = no AUDIO_ENABLE = no CONSOLE_ENABLE = no -NKRO_ENABLE = no +NKRO_ENABLE = yes +LTO_ENABLE = yes +VIA_ENABLE = yes SRC += stanrc85.c @@ -14,8 +16,6 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev2) SRC += rgblight_layers.c SRC += startup_fanfare.c OPT_DEFS += -DHAS_INDICATORS - VIA_ENABLE = yes - LTO_ENABLE = no VELOCIKEY_ENABLE=yes endif ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone) @@ -23,13 +23,9 @@ ifeq ($(strip $(KEYBOARD)), sneakbox/aliceclone) SRC += startup_fanfare.c OPT_DEFS += -DHAS_INDICATORS OPT_DEFS += -DHAS_ROTARY - VIA_ENABLE = yes - LTO_ENABLE = no endif ifeq ($(strip $(KEYBOARD)), tkc/osav2) SRC += rgblight_layers_osa.c - VIA_ENABLE = yes - LTO_ENABLE = no VELOCIKEY_ENABLE=yes endif ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) -- cgit v1.2.3