From e04c5edaaef88a94c3a0fca257fcc3d2e8e50bda Mon Sep 17 00:00:00 2001 From: stanrc85 <47038504+stanrc85@users.noreply.github.com> Date: Wed, 29 Jan 2020 17:23:55 -0500 Subject: 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 --- users/stanrc85/rules.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'users') diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index 4b66f9692..c454058bd 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk @@ -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 \ No newline at end of file -- cgit v1.2.3