aboutsummaryrefslogtreecommitdiffstats
path: root/users/stanrc85
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2020-03-27 23:57:27 -0400
committerGitHub <noreply@github.com>2020-03-28 03:57:27 +0000
commit7bf9d9dc0ace46fa5ef2b159636f808fcd0d7938 (patch)
tree52bd5be1176fec4d790ba4e6aa272eea5abedf84 /users/stanrc85
parent14079ce6984b359e080c85d9e9b8f7b8eb01437c (diff)
downloadfirmware-7bf9d9dc0ace46fa5ef2b159636f808fcd0d7938.tar.gz
firmware-7bf9d9dc0ace46fa5ef2b159636f808fcd0d7938.tar.bz2
firmware-7bf9d9dc0ace46fa5ef2b159636f808fcd0d7938.zip
[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
Diffstat (limited to 'users/stanrc85')
-rw-r--r--users/stanrc85/rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index c454058bd..16391b555 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