Skip to content

Commit b6a4394

Browse files
committed
Replace ESC with TAB
1 parent b351e76 commit b6a4394

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

ScottoT9/Firmware/scotto.uf2

0 Bytes
Binary file not shown.

ScottoT9/QMK/keymaps/scotto/keymap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
2121
),
2222

2323
// ┌──────┬─────────┬──────┐
24-
// │ esc │ up │ ent │
24+
// │ tab │ up │ ent │
2525
// ├──────┼─────────┼──────┤
2626
// │ left │ down │ rght │
2727
// ├──────┼─────────┼──────┤
@@ -30,7 +30,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
3030
// │ │ │ │
3131
// └──────┴─────────┴──────┘
3232
[1] = LAYOUT_ortho_4x3(
33-
KC_ESC , KC_UP , KC_ENTER ,
33+
KC_TAB , KC_UP , KC_ENTER ,
3434
KC_LEFT , KC_DOWN , KC_RIGHT ,
3535
KC_CAPS , QK_BOOT , KC_DELETE,
3636
KC_TRNS , KC_TRNS , KC_TRNS

ScottoT9/QMK/keymaps/test

Whitespace-only changes.

0 commit comments

Comments
 (0)