diff options
Diffstat (limited to 'keyboards/handwired/splittest/splittest.h')
-rw-r--r-- | keyboards/handwired/splittest/splittest.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/splittest.h b/keyboards/handwired/splittest/splittest.h new file mode 100644 index 0000000000..17b7081a02 --- /dev/null +++ b/keyboards/handwired/splittest/splittest.h @@ -0,0 +1,5 @@ +#pragma once + +#include "quantum.h" + +#define LAYOUT(L1, R1) {{L1}, {R1}} |