diff options
author | Rossman360 <53881724+Rossman360@users.noreply.github.com> | 2020-06-19 18:27:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-20 08:27:27 +1000 |
commit | b43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f (patch) | |
tree | b85b1f470b1be150ce6b81c86d4d444aad842353 /keyboards/montsinger/rebound/rebound.h | |
parent | 5a5ecd7dd9729280ef72c5133c4007ef15c3f300 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/montsinger/rebound/rebound.h b/keyboards/montsinger/rebound/rebound.h index 848316a366..6bddfb2c3a 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 |