summaryrefslogtreecommitdiff
path: root/keyboards/afternoonlabs/gust/rev1/rev1.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-05-27 04:02:15 +0000
committerQMK Bot <hello@qmk.fm>2021-05-27 04:02:15 +0000
commit513f5b065501795978af669bb4802fdb9bd5b3e7 (patch)
tree1cb5d59728e6ee5e6f4d5d7748e4997debac575b /keyboards/afternoonlabs/gust/rev1/rev1.h
parentb158afee93b93f2ba11afd6448c7667e02b46816 (diff)
parent3a6188fc55b6ad8ca3de3861b44f34474d188d9d (diff)
downloadqmk_firmware-513f5b065501795978af669bb4802fdb9bd5b3e7.tar.gz
qmk_firmware-513f5b065501795978af669bb4802fdb9bd5b3e7.zip
Merge remote-tracking branch 'origin/master' into develop
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 } \
}