]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/tv44/tv44.h
Update CODE_OF_CONDUCT.md
[qmk_firmware.git] / keyboards / tv44 / tv44.h
index bd6fb90b014ce90a9b74d8ad72c9ccca2ca51228..aea6179d9e62513c995ed16f481409f0990a7a59 100644 (file)
@@ -12,7 +12,7 @@
 // Please note that the numbering of the macro arguments are based on the
 // numbers of the keys on the PCB.
 
-#define KEYMAP( \
+#define LAYOUT( \
     K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, \
     K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, \
     K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, \
@@ -25,7 +25,7 @@
     { K30,   K31,   K32,   K33,  KC_NO, KC_NO, KC_NO, K37,   K38,   K39,   KC_NO, K3B }  \
 }
 
-#define KEYMAP_ARROW( \
+#define LAYOUT_arrow( \
     K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, \
     K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, \
     K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, \
@@ -38,7 +38,7 @@
     { K30,   K31,   K32,   K33,  KC_NO, KC_NO, KC_NO, K37,   K38,   K39,   K3A,   K3B }  \
 }
 
-#define KEYMAP_COMMAND( \
+#define LAYOUT_command( \
     K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, \
     K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, \
     K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, \
@@ -51,7 +51,7 @@
     { K30,   K31,   K32,   K33,  K34,   KC_NO, KC_NO, K37,   K38,   K39, KC_NO,   K3B }  \
 }
 
-#define KEYMAP_ARROW_COMMAND( \
+#define LAYOUT_arrow_command( \
     K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, \
     K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, \
     K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, \