summaryrefslogtreecommitdiff
path: root/keyboards/gmmk/pro/pro.h
diff options
context:
space:
mode:
authorJoy Lee <joylee.lc@foxmail.com>2022-08-14 12:00:12 +0800
committerGitHub <noreply@github.com>2022-08-14 14:00:12 +1000
commite948fa6f6e184a3c9a317a7aa680e33e7629b0d4 (patch)
treed40bf0ef14a47125dcdc15237294a084d28098fa /keyboards/gmmk/pro/pro.h
parentdfc92d8f7b669af403c5be0121bbb678e5be8611 (diff)
Added support for gmmk pro rev2 keyboard. (#17655)
Co-authored-by: Joy <chang.li@westberrytech.com>
Diffstat (limited to 'keyboards/gmmk/pro/pro.h')
-rw-r--r--keyboards/gmmk/pro/pro.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/gmmk/pro/pro.h b/keyboards/gmmk/pro/pro.h
index 0e53ffe225..c83d6c99c5 100644
--- a/keyboards/gmmk/pro/pro.h
+++ b/keyboards/gmmk/pro/pro.h
@@ -22,4 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# include "rev1/ansi/ansi.h"
#elif defined(KEYBOARD_gmmk_pro_rev1_iso)
# include "rev1/iso/iso.h"
+#elif defined(KEYBOARD_gmmk_pro_rev2_ansi)
+# include "rev2/ansi/ansi.h"
+#elif defined(KEYBOARD_gmmk_pro_rev2_iso)
+# include "rev2/iso/iso.h"
#endif // GMMK Pro revisions