Remove backslashes from template keymap (#6548)

This commit is contained in:
fauxpark 2019-08-17 17:29:00 +10:00 committed by Drashna Jaelre
parent 848f3713ad
commit 802c575506
1 changed files with 2 additions and 2 deletions

View File

@ -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
),
};