Skip to content

Commit

Permalink
Add up/down keys to the code layer for ease of intellisense usage. (q…
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored and drashna committed Jul 10, 2018
1 parent 8ee97f7 commit aaa311d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions layouts/community/ergodox/333fred/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
,-------------. ,---------------.
|Format|Build | | Copy | Paste |
,------|------|------| |------+--------+------.
| | |Refact| |Sort U| | |
| | |Refact| | Up | | |
| | |------| |------| | |
| | | | | | | |
| | | | | Down | | |
`--------------------' `----------------------'
```
* Build - Visualt Studio Build Solution. Sends `CTRL + SHFT + B`
Expand Down
8 changes: 4 additions & 4 deletions layouts/community/ergodox/333fred/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_.
Expand All @@ -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
*
Expand Down

0 comments on commit aaa311d

Please sign in to comment.