summaryrefslogtreecommitdiff
path: root/keyboards/afternoonlabs/gust/rev1/rev1.h
diff options
context:
space:
mode:
authorEithan Shavit <eithanshavit@users.noreply.github.com>2021-05-26 21:01:47 -0700
committerGitHub <noreply@github.com>2021-05-26 21:01:47 -0700
commit3a6188fc55b6ad8ca3de3861b44f34474d188d9d (patch)
treef40ed40b30edcb4c162c5cf8c3f6557cbc65fb01 /keyboards/afternoonlabs/gust/rev1/rev1.h
parent7cd9edab9913b85d5db81136cb5ac6e783b496c9 (diff)
[Keyboard] Adjustments to Gust Rev1.2 (#12716)
Co-authored-by: Eithan Shavit <eithan@afternoonlabs.com>
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 } \
}