From 22e499efdb12d277b9847dea8809ba1b717e071f Mon Sep 17 00:00:00 2001 From: Danny Date: Fri, 15 Mar 2019 17:28:38 -0400 Subject: [Keyboard] Add handwired split tester (#5413) * Add handwired split tester * Update keyboards/handwired/splittest/readme.md Co-Authored-By: nooges * Update keyboards/handwired/splittest/readme.md Co-Authored-By: nooges --- keyboards/handwired/splittest/splittest.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 keyboards/handwired/splittest/splittest.h (limited to 'keyboards/handwired/splittest/splittest.h') 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}} -- cgit v1.2.3