diff options
| author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2020-03-27 23:57:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-28 03:57:27 +0000 |
| commit | 7bf9d9dc0ace46fa5ef2b159636f808fcd0d7938 (patch) | |
| tree | 52bd5be1176fec4d790ba4e6aa272eea5abedf84 /users | |
| parent | 14079ce6984b359e080c85d9e9b8f7b8eb01437c (diff) | |
| download | qmk_firmware-7bf9d9dc0ace46fa5ef2b159636f808fcd0d7938.tar.gz qmk_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')
| -rw-r--r-- | users/stanrc85/rules.mk | 4 |
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 | |||
| 22 | ifeq ($(strip $(KEYBOARD)), dz60) | 22 | ifeq ($(strip $(KEYBOARD)), dz60) |
| 23 | VIA_ENABLE = yes | 23 | VIA_ENABLE = yes |
| 24 | LTO_ENABLE = yes | 24 | LTO_ENABLE = yes |
| 25 | endif | ||
| 26 | ifeq ($(strip $(KEYBOARD)), projectkb/alice) | ||
| 27 | VIA_ENABLE = yes | ||
| 28 | LTO_ENABLE = no | ||
| 25 | endif \ No newline at end of file | 29 | endif \ No newline at end of file |
