Add teensy revision folder for Orthodox Rev3 (#2510)
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches
This commit is contained in:
parent
a730cf6718
commit
54f1cdfb1e
10 changed files with 186 additions and 11 deletions
|
@ -5,7 +5,10 @@
|
|||
#include "rev1.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_orthodox_rev3
|
||||
#include "rev3.h"
|
||||
#include "rev3.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_orthodox_rev3_teensy
|
||||
#include "rev3_teensy.h"
|
||||
#endif
|
||||
|
||||
// Used to create a keymap using only KC_ prefixed keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue