Skip to content

Commit

Permalink
Revert "Update default layout for craftwalk (qmk#9888)"
Browse files Browse the repository at this point in the history
This reverts commit 292edab.
  • Loading branch information
fdawans authored Aug 11, 2020
1 parent 0633867 commit 9a5daa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/craftwalk/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
/* Number */
[_NUM] = LAYOUT(
KC_7, KC_8, KC_9,
KC_ESC, KC_4, KC_5, KC_6,
KC_TRNS, KC_1, KC_2, KC_3, KC_F3, KC_TRNS, KC_TRNS
KC_1, KC_2, KC_3,
KC_TRNS, KC_4, KC_5, KC_6,
KC_TRNS, KC_7, KC_8, KC_9, KC_F3, KC_TRNS, KC_TRNS
),
/* Adjust */
[_ADJUST] = LAYOUT(
Expand Down

0 comments on commit 9a5daa2

Please sign in to comment.