Skip to content

Commit

Permalink
Remove backslashes from template keymap (qmk#6548)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and doughsay committed Aug 31, 2019
1 parent 13b698f commit 08bc0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/template/base/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ enum custom_keycodes {

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT( /* Base */
KC_A, KC_1, KC_H, \
KC_TAB, KC_SPC \
KC_A, KC_1, KC_H,
KC_TAB, KC_SPC
),
};

Expand Down

0 comments on commit 08bc0bf

Please sign in to comment.