]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/m10a/keymaps/default/keymap.c
Cleanup Default Keymaps (#5442)
[qmk_firmware.git] / keyboards / m10a / keymaps / default / keymap.c
index 97434a461d0cd5d3fa362c5808574cff85a152d5..232239609986e31418ecfd3acbced79ac20b9c67 100644 (file)
@@ -1,9 +1,4 @@
-// This is the canonical layout file for the Quantum project. If you want to add another keyboard,
-// this is the style you want to emulate.
-
-#include "m10a.h"
-#include "action_layer.h"
-#include "eeconfig.h"
+#include QMK_KEYBOARD_H
 
 extern keymap_config_t keymap_config;
 
@@ -25,10 +20,6 @@ enum layers {
   _LAYER9
 };
 
-// // Fillers to make layering more clear
-// #define _______ KC_TRNS
-// #define XXXXXXX KC_NO
-
 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
   [_LAYER0] = {{KC_A, KC_B, KC_C}, {KC_D, KC_E, KC_F}, {KC_G, KC_H, KC_I}, {KC_NO, KC_NO, KC_J}},
   [_LAYER1] = {{KC_A, KC_B, KC_C}, {KC_D, KC_E, KC_F}, {KC_G, KC_H, KC_I}, {KC_NO, KC_NO, KC_J}},