]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/rama/m6_a/m6_a.h
QMK Configurator Support for KBD66 and RAMA M6-A (#2849)
[qmk_firmware.git] / keyboards / rama / m6_a / m6_a.h
index 6809c2cc92faf4e341b1b0d78f03a9319ce13925..d3c7bad3323cc1f696874e5b72ce79c5fdf3a481 100644 (file)
@@ -21,9 +21,9 @@
 // This a shortcut to help you visually see your layout.
 // The first section contains all of the arguments
 // The second converts the arguments into a two-dimensional array
-#define KEYMAP( \
-       K00, K01, K02, K03, K04, K05  \
-) { \
-       { K00,   K01,   K02,   K03,   K04,   K05 },  \
-}
+#define LAYOUT(                         \
+    K00, K01, K02, K03, K04, K05)       \
+    {                                   \
+        {K00, K01, K02, K03, K04, K05}, \
+    }
 #endif // RAMA_M6_A