summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorFred Silberberg <fred@silberberg.xyz>2018-07-10 03:06:50 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-10 03:06:50 +0200
commitaaa311dd20f96def4d1007644eeb4ea9acc44540 (patch)
treea75f85e5d510613b63e5fe9bc27c58580808b177 /layouts
parent8ee97f7c995f6796d1297945a6f5c887fa667f00 (diff)
downloadqmk_firmware-aaa311dd20f96def4d1007644eeb4ea9acc44540.tar.gz
qmk_firmware-aaa311dd20f96def4d1007644eeb4ea9acc44540.tar.xz
Add up/down keys to the code layer for ease of intellisense usage. (#3363)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ergodox/333fred/README.md4
-rw-r--r--layouts/community/ergodox/333fred/keymap.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/layouts/community/ergodox/333fred/README.md b/layouts/community/ergodox/333fred/README.md
index 8286de173..01041c893 100644
--- a/layouts/community/ergodox/333fred/README.md
+++ b/layouts/community/ergodox/333fred/README.md
@@ -39,9 +39,9 @@
,-------------. ,---------------.
|Format|Build | | Copy | Paste |
,------|------|------| |------+--------+------.
- | | |Refact| |Sort U| | |
+ | | |Refact| | Up | | |
| | |------| |------| | |
- | | | | | | | |
+ | | | | | Down | | |
`--------------------' `----------------------'
```
* Build - Visualt Studio Build Solution. Sends `CTRL + SHFT + B`
diff --git a/layouts/community/ergodox/333fred/keymap.c b/layouts/community/ergodox/333fred/keymap.c
index 8c79b111e..479e4702c 100644
--- a/layouts/community/ergodox/333fred/keymap.c
+++ b/layouts/community/ergodox/333fred/keymap.c
@@ -97,9 +97,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ,-------------. ,---------------.
* |Format|Build | | Copy | Paste |
* ,------|------|------| |------+--------+------.
- * | | |Refact| |Sort U| | |
+ * | | |Refact| | Up | | |
* | |ACCESS|------| |------| | |
- * | | | | | | | |
+ * | | | | | Down | | |
* `--------------------' `----------------------'
*/
// If it accepts an argument (i.e, is a function), it doesn't need KC_.
@@ -122,8 +122,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_F12, M(GO_TO_IMPL),M(FIND_ALL_REF),KC_TRNS, KC_TRNS,
LCTL(KC_C), LCTL(KC_V),
- M(REMOVE_SORT_USINGS),
- KC_TRNS, KC_TRNS, KC_TRNS
+ KC_UP,
+ KC_DOWN, KC_TRNS, KC_TRNS
),
/* Keymap 2: Symbol Layer
*