From 7bf9d9dc0ace46fa5ef2b159636f808fcd0d7938 Mon Sep 17 00:00:00 2001 From: stanrc85 <47038504+stanrc85@users.noreply.github.com> Date: Fri, 27 Mar 2020 23:57:27 -0400 Subject: [keymap] Add Alice keymap and to userspace files (#8571) * convert my 60 keymap to alice * add via to rules for alice * remove split backspace and add backlight keycodes * disable LTO for alice pcb * keymap alignment formatting --- users/stanrc85/rules.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users') diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index c454058bd5..16391b555a 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk @@ -22,4 +22,8 @@ endif ifeq ($(strip $(KEYBOARD)), dz60) VIA_ENABLE = yes LTO_ENABLE = yes +endif +ifeq ($(strip $(KEYBOARD)), projectkb/alice) + VIA_ENABLE = yes + LTO_ENABLE = no endif \ No newline at end of file -- cgit v1.2.3