diff options
author | mechmerlin <mechmerlin@gmail.com> | 2018-04-05 15:35:38 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-05 19:15:50 -0400 |
commit | 7bbc9ccc31b2bc4dda8dc4c000df48a024f072a9 (patch) | |
tree | 366176b1221834d884065d29331f454d45d5b1c8 /quantum/template/keymaps/default/keymap.c | |
parent | 0d0664a2149d93d1898615cfa5e02a9c2110345f (diff) | |
download | firmware-7bbc9ccc31b2bc4dda8dc4c000df48a024f072a9.tar.gz firmware-7bbc9ccc31b2bc4dda8dc4c000df48a024f072a9.tar.bz2 firmware-7bbc9ccc31b2bc4dda8dc4c000df48a024f072a9.zip |
change KEYMAP to LAYOUT for all new keyboards made using this script
Diffstat (limited to 'quantum/template/keymaps/default/keymap.c')
-rw-r--r-- | quantum/template/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/keymaps/default/keymap.c b/quantum/template/keymaps/default/keymap.c index a123cd7ba..508b4c79b 100644 --- a/quantum/template/keymaps/default/keymap.c +++ b/quantum/template/keymaps/default/keymap.c @@ -16,7 +16,7 @@ #include "%KEYBOARD%.h" const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { -[0] = KEYMAP( /* Base */ +[0] = LAYOUT( /* Base */ KC_A, KC_1, KC_H, \ KC_TAB, KC_SPC \ ), |