ef9e544a7e
Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs)
16 lines
241 B
C
16 lines
241 B
C
#ifndef LETS_SPLIT_H
|
|
#define LETS_SPLIT_H
|
|
|
|
#ifdef SUBPROJECT_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
#ifdef SUBPROJECT_rev2
|
|
#include "rev2.h"
|
|
#endif
|
|
#ifdef SUBPROJECT_rev2fliphalf
|
|
#include "rev2fliphalf.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|
|
|
|
#endif |