aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2020-01-29 17:23:55 -0500
committerGitHub <noreply@github.com>2020-01-29 17:23:55 -0500
commite04c5edaaef88a94c3a0fca257fcc3d2e8e50bda (patch)
treef3a2a3a8d686a219f07bff771131d0427776cb22 /layouts
parent66fe3001e4355d69f5fb8f08ceab9dab793777ef (diff)
downloadfirmware-e04c5edaaef88a94c3a0fca257fcc3d2e8e50bda.tar.gz
firmware-e04c5edaaef88a94c3a0fca257fcc3d2e8e50bda.tar.bz2
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 'layouts')
-rw-r--r--layouts/community/60_ansi/stanrc85-ansi/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/community/60_ansi/stanrc85-ansi/keymap.c b/layouts/community/60_ansi/stanrc85-ansi/keymap.c
index f47839890..6d4ceca40 100644
--- a/layouts/community/60_ansi/stanrc85-ansi/keymap.c
+++ b/layouts/community/60_ansi/stanrc85-ansi/keymap.c
@@ -33,8 +33,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_FN1_60] = LAYOUT_60_ansi(
KC_TILD, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_DEL,
- _______, _______, CA_QUOT, KC_VOLU, CA_SCLN, _______, _______, KC_HOME, KC_UP, KC_END, KC_PSCR, _______, _______, KC_INS,
- KC_CAPS, _______, KC_MUTE, KC_VOLD, KC_MPLY, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______,
+ _______, _______, CA_QUOT, KC_VOLU, CA_SCLN, _______, KC_PGUP, KC_HOME, KC_UP, KC_END, KC_PSCR, _______, _______, KC_INS,
+ KC_CAPS, _______, KC_MUTE, KC_VOLD, KC_MPLY, _______, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______,
_______, KC_RDP, _______, _______, _______, _______, _______, _______, KC_WBAK, KC_WFWD, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______),