Skip to content

Commit

Permalink
[keymap] Add Alice keymap and to userspace files (qmk#8571)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
stanrc85 authored Mar 28, 2020
1 parent a048755 commit ebee5fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions users/stanrc85/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ebee5fd

Please sign in to comment.