Skip to content

Commit

Permalink
Update default layout for craftwalk (#9888)
Browse files Browse the repository at this point in the history
* fix cratfwalk default layout
  • Loading branch information
sotoba authored Aug 6, 2020
1 parent 0d04d95 commit 60d8d86
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_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
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
),
/* Adjust */
[_ADJUST] = LAYOUT(
Expand Down

0 comments on commit 60d8d86

Please sign in to comment.