aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/montsinger/rebound/rebound.h
diff options
context:
space:
mode:
authorRossman360 <53881724+Rossman360@users.noreply.github.com>2020-06-19 18:27:27 -0400
committerGitHub <noreply@github.com>2020-06-20 08:27:27 +1000
commitb43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f (patch)
treeb85b1f470b1be150ce6b81c86d4d444aad842353 /keyboards/montsinger/rebound/rebound.h
parent5a5ecd7dd9729280ef72c5133c4007ef15c3f300 (diff)
downloadfirmware-b43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f.tar.gz
firmware-b43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f.tar.bz2
firmware-b43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f.zip
rebound rev4, consolodated switch matrix from 5x12 to 7x8 (#9314)
Diffstat (limited to 'keyboards/montsinger/rebound/rebound.h')
-rw-r--r--keyboards/montsinger/rebound/rebound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/montsinger/rebound/rebound.h b/keyboards/montsinger/rebound/rebound.h
index 848316a36..6bddfb2c3 100644
--- a/keyboards/montsinger/rebound/rebound.h
+++ b/keyboards/montsinger/rebound/rebound.h
@@ -24,4 +24,6 @@
#include "rev2.h"
#elif defined(KEYBOARD_montsinger_rebound_rev3)
#include "rev3.h"
+#elif defined(KEYBOARD_montsinger_rebound_rev4)
+ #include "rev4.h"
#endif