1
0
Fork 0

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)
This commit is contained in:
TerryMathews 2017-01-29 22:22:32 -05:00
parent 372af5e3f6
commit ef9e544a7e
9 changed files with 171 additions and 0 deletions

View file

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