1
0
Fork 0

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:
Drashna Jael're 2018-03-16 13:26:21 -07:00 committed by Jack Humbert
parent a730cf6718
commit 54f1cdfb1e
10 changed files with 186 additions and 11 deletions

View file

@ -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