summaryrefslogtreecommitdiff
path: root/keyboards/montsinger/rebound/rebound.h
diff options
context:
space:
mode:
authorRossman360 <53881724+Rossman360@users.noreply.github.com>2020-05-16 03:17:02 -0400
committerGitHub <noreply@github.com>2020-05-16 00:17:02 -0700
commitbbd17def21cbf6df94305da4dd3d3fe51414a94e (patch)
tree0615d65d39393c77dccec3d31400c5b34a869772 /keyboards/montsinger/rebound/rebound.h
parentd89e552419822c565805bd95b992b8e7dfdf47d9 (diff)
[Keyboard] Rebound rev3 (#9101)
* more stoof * readme update * reverting keymap * re-adding userspace * new userspace needed * no want 0 under thumb * gettin fancier with my knob * macro fix * had pins for oled ver * wait, these are the right pins * reduntant line * image fix * get highest layer every day * whoops * correct rev name in json * a few good catches * what I had planned
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 c9fc262778..848316a366 100644
--- a/keyboards/montsinger/rebound/rebound.h
+++ b/keyboards/montsinger/rebound/rebound.h
@@ -22,4 +22,6 @@
#include "rev1.h"
#elif defined(KEYBOARD_montsinger_rebound_rev2)
#include "rev2.h"
+#elif defined(KEYBOARD_montsinger_rebound_rev3)
+ #include "rev3.h"
#endif