aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-04-21 00:22:30 -0700
committerDrashna Jaelre <drashna@live.com>2018-04-21 00:22:30 -0700
commit14b2a35571b078effce2cbfa4030c613b31f4d49 (patch)
tree1065927c1d18e966312781db2243c5e9c2e91460
parent1bb77c087502de19fe5e403f519be321ba2c85f5 (diff)
downloadqmk_firmware-14b2a35571b078effce2cbfa4030c613b31f4d49.tar.gz
qmk_firmware-14b2a35571b078effce2cbfa4030c613b31f4d49.zip
Use QMK_KEYBOARD_H instead of the mykeyboard.h (#2780)
-rw-r--r--quantum/template/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/keymaps/default/keymap.c b/quantum/template/keymaps/default/keymap.c
index 508b4c79b..d4bda895c 100644
--- a/quantum/template/keymaps/default/keymap.c
+++ b/quantum/template/keymaps/default/keymap.c
@@ -13,7 +13,7 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#include "%KEYBOARD%.h" 16#include QMK_KEYBOARD_H
17 17
18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
19[0] = LAYOUT( /* Base */ 19[0] = LAYOUT( /* Base */