Browse Source

Remove backslashes from template keymap (#6548)

pull/6558/head 0.6.452
fauxpark 4 years ago
committed by Drashna Jaelre
parent
commit
802c575506
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      quantum/template/base/keymaps/default/keymap.c

+ 2
- 2
quantum/template/base/keymaps/default/keymap.c 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
),
};


Loading…
Cancel
Save