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:
parent
66fe3001e4
commit
e04c5edaae
4 changed files with 15 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue