aboutsummaryrefslogtreecommitdiff
path: root/keyboards/orthodox/orthodox.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/orthodox/orthodox.h')
-rw-r--r--keyboards/orthodox/orthodox.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/orthodox/orthodox.h b/keyboards/orthodox/orthodox.h
index 970d3a117..932f8fd12 100644
--- a/keyboards/orthodox/orthodox.h
+++ b/keyboards/orthodox/orthodox.h
@@ -5,7 +5,10 @@
5 #include "rev1.h" 5 #include "rev1.h"
6#endif 6#endif
7#ifdef KEYBOARD_orthodox_rev3 7#ifdef KEYBOARD_orthodox_rev3
8 #include "rev3.h" 8#include "rev3.h"
9#endif
10#ifdef KEYBOARD_orthodox_rev3_teensy
11#include "rev3_teensy.h"
9#endif 12#endif
10 13
11// Used to create a keymap using only KC_ prefixed keys 14// Used to create a keymap using only KC_ prefixed keys