1
0
Fork 0

Userspace and keymap updates (#8037)

* Add PGUP,PGDN to keymaps

* Enable VIA support on userspace for 1up60hse

* Enable DZ60 VIA in rules

* Enable Romac VIA in rules
This commit is contained in:
stanrc85 2020-01-29 17:23:55 -05:00 committed by GitHub
parent 66fe3001e4
commit e04c5edaae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 4 deletions

View file

@ -14,3 +14,12 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
# Include my fancy rgb functions source here
SRC += layer_rgb.c
endif
ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse)
VIA_ENABLE = yes
LTO_ENABLE = yes
endif
ifeq ($(strip $(KEYBOARD)), dz60)
VIA_ENABLE = yes
LTO_ENABLE = yes
endif