diff options
| author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2020-01-29 17:23:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 17:23:55 -0500 |
| commit | e04c5edaaef88a94c3a0fca257fcc3d2e8e50bda (patch) | |
| tree | f3a2a3a8d686a219f07bff771131d0427776cb22 /users | |
| parent | 66fe3001e4355d69f5fb8f08ceab9dab793777ef (diff) | |
| download | qmk_firmware-e04c5edaaef88a94c3a0fca257fcc3d2e8e50bda.tar.gz qmk_firmware-e04c5edaaef88a94c3a0fca257fcc3d2e8e50bda.zip | |
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
Diffstat (limited to 'users')
| -rw-r--r-- | users/stanrc85/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
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) | |||
| 14 | # Include my fancy rgb functions source here | 14 | # Include my fancy rgb functions source here |
| 15 | SRC += layer_rgb.c | 15 | SRC += layer_rgb.c |
| 16 | endif | 16 | endif |
| 17 | |||
| 18 | ifeq ($(strip $(KEYBOARD)), 1upkeyboards/1up60hse) | ||
| 19 | VIA_ENABLE = yes | ||
| 20 | LTO_ENABLE = yes | ||
| 21 | endif | ||
| 22 | ifeq ($(strip $(KEYBOARD)), dz60) | ||
| 23 | VIA_ENABLE = yes | ||
| 24 | LTO_ENABLE = yes | ||
| 25 | endif \ No newline at end of file | ||
