Skip to content

Commit

Permalink
Fixed my minivan F-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jetpacktuxedo authored and jackhumbert committed Feb 8, 2018
1 parent 57dde3d commit 7d79412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/tv44/keymaps/jetpacktuxedo/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
[3] = KEYMAP_ARROW_COMMAND( /* LAYER 3 */
KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_F11, KC_F12, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_F11, KC_F12, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
),
Expand Down
2 changes: 1 addition & 1 deletion keyboards/tv44/keymaps/jetpacktuxedo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ I don't want to be using two key combos constantly, so I also added this symbol
I very rarely use Fkeys, but figured I'd throw them on anyway just in case. The setup basically mimics the way Fkeys are usually done on a 60%, with F11 and F12 still on - and =, even though the location of those keys has moved.
```
| | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 |F10 | |
| | | | | | | | | |F11 |F12 | |
| | | | | | | | |F11 |F12 | | |
| | | | | | | | | | | | |
| | | | | | | | | | |
```
Expand Down

0 comments on commit 7d79412

Please sign in to comment.