From 3a6188fc55b6ad8ca3de3861b44f34474d188d9d Mon Sep 17 00:00:00 2001 From: Eithan Shavit Date: Wed, 26 May 2021 21:01:47 -0700 Subject: [Keyboard] Adjustments to Gust Rev1.2 (#12716) Co-authored-by: Eithan Shavit --- keyboards/afternoonlabs/gust/rev1/rev1.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'keyboards/afternoonlabs/gust/rev1/rev1.h') 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 } \ } -- cgit v1.2.3