diff options
author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2019-03-28 14:46:34 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-28 11:46:34 -0700 |
commit | 2352afb3839431c024113a3dd197251cf8951591 (patch) | |
tree | 02c8ee70f394a96d44ec4017a2dfbe34b8a03ad6 /layouts/community/60_ansi | |
parent | 188a1e66ff092a1db8adeb5410ba995715ef6594 (diff) |
[Keymap] Add custom macro to launch RDP (#5502)
* Add keycodes for new macros to keymaps
* add macros for commonly used shortcuts
* FIx macro code and add comments
* Replaced with build in QMK keycodes
* Removed macros that duplicated QMK keycodes
Diffstat (limited to 'layouts/community/60_ansi')
-rw-r--r-- | layouts/community/60_ansi/stanrc85-ansi/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/60_ansi/stanrc85-ansi/keymap.c b/layouts/community/60_ansi/stanrc85-ansi/keymap.c index ce41c0d4d9..b6e851b153 100644 --- a/layouts/community/60_ansi/stanrc85-ansi/keymap.c +++ b/layouts/community/60_ansi/stanrc85-ansi/keymap.c @@ -35,7 +35,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 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_INS, KC_CAPS, _______, KC_MUTE, KC_VOLD, KC_MPLY, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______, - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, KC_RDP, _______, _______, _______, _______, _______, _______, KC_WBAK, KC_WFWD, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______), [3] = LAYOUT_60_ansi( |