summaryrefslogtreecommitdiff
path: root/keyboards/afternoonlabs/gust/rev1/rev1.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/afternoonlabs/gust/rev1/rev1.h')
-rw-r--r--keyboards/afternoonlabs/gust/rev1/rev1.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/afternoonlabs/gust/rev1/rev1.h b/keyboards/afternoonlabs/gust/rev1/rev1.h
index 97f75cef80..22c1910a1f 100644
--- a/keyboards/afternoonlabs/gust/rev1/rev1.h
+++ b/keyboards/afternoonlabs/gust/rev1/rev1.h
@@ -22,9 +22,11 @@
#define LAYOUT( \
M00, M01, M02, \
- M10, M11, M12 \
+ M10, M11, M12, \
+ M20, M21, M22 \
) \
{ \
{ M00, M01, M02 }, \
- { M10, M11, M12 } \
+ { M10, M11, M12 }, \
+ { M20, M21, M22 } \
}