diff options
author | TerryMathews <terry@terrymathews.net> | 2017-01-29 22:22:32 -0500 |
---|---|---|
committer | TerryMathews <terry@terrymathews.net> | 2017-01-29 22:22:32 -0500 |
commit | ef9e544a7eb8551748dcf96729fde8d66ac6cc57 (patch) | |
tree | 60ab857dfe367515ce99a2c84e1eb7a5ce8d5dfb /keyboards/lets_split/config.h | |
parent | 372af5e3f6dc2bc362dee1ea8615769d6df7f9a9 (diff) |
Let's Split: establish rev2fliphalf subproject
Subproject to accomodate second half pad built in opposite orientation
(places TRRS jacks on opposing edges for shorter cable runs)
Diffstat (limited to 'keyboards/lets_split/config.h')
-rw-r--r-- | keyboards/lets_split/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h index 7df0c57527..008fb09789 100644 --- a/keyboards/lets_split/config.h +++ b/keyboards/lets_split/config.h @@ -26,4 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef SUBPROJECT_rev2 #include "rev2/config.h" #endif +#ifdef SUBPROJECT_rev2fliphalf + #include "../../rev2fliphalf/config.h" +#endif #endif |