Skip to content

Commit

Permalink
backslash was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ale7canna committed May 22, 2020
1 parent 3a7257a commit ad31621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/planck/keymaps/ale7canna/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+------|------+------+------+------+------+------|
* |BackSp| Z | X | C | V | B | N | M | , | . | / | Del |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | =/+ | | [/{ | Grv | Space/Func |Space/Numbers| Grv | ]/} | CAPS | -/_ |
* | =/+ | \ | [/{ | Grv | Space/Func |Space/Numbers| Grv | ]/} | CAPS | -/_ |
* `-----------------------------------------------------------------------------------'
*/
[BASE] = LAYOUT_planck_grid(
KC_TAB, MY_Q, KC_W, MY_E, KC_R , KC_T, KC_Y, KC_U, MY_I, KC_O, KC_P, KC_QUOT,
KC_ESC, MY_A, MY_S, MY_D, MY_F , KC_G, KC_H, MY_J, MY_K, MY_L, KC_SCLN, KC_ENT ,
KC_BSPC, KC_Z, KC_X, KC_C, KC_V , KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_DEL ,
KC_EQL , KC_NO, KC_LBRC, KC_GRV, KC_NO, L_SPC, KC_NO, R_SPC, KC_GRV, KC_RBRC, KC_CAPS, KC_MINS
KC_EQL , KC_BSLS, KC_LBRC, KC_GRV, KC_NO, L_SPC, KC_NO, R_SPC, KC_GRV, KC_RBRC, KC_CAPS, KC_MINS
),

/* Cursor layer
Expand Down

0 comments on commit ad31621

Please sign in to comment.