]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/template/keymaps/default/keymap.c
change KEYMAP to LAYOUT for all new keyboards made using this script
[qmk_firmware.git] / quantum / template / keymaps / default / keymap.c
index e28a4723e904e2c5ef08635936195947f4643e2e..508b4c79b526e6e4cd34ab377e18acdb925bb836 100644 (file)
@@ -1,7 +1,22 @@
+/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
 #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   \
 ),
@@ -41,4 +56,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 
 void led_set_user(uint8_t usb_led) {
 
-}
\ No newline at end of file
+}