1
0
Fork 0

[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
This commit is contained in:
stanrc85 2020-03-27 23:57:27 -04:00 committed by GitHub
parent 14079ce698
commit 7bf9d9dc0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 62 additions and 0 deletions

View file

@ -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