diff options
author | Danny <nooges@users.noreply.github.com> | 2019-03-15 17:28:38 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-15 14:28:38 -0700 |
commit | 22e499efdb12d277b9847dea8809ba1b717e071f (patch) | |
tree | a7de69c593c457357a3e35145d20dff3055b47f4 /keyboards/handwired/splittest/splittest.h | |
parent | 3c257c1c6e1685a2ce37951c26d13bcb8fad749d (diff) | |
download | qmk_firmware-22e499efdb12d277b9847dea8809ba1b717e071f.tar.gz |
[Keyboard] Add handwired split tester (#5413)
* Add handwired split tester
* Update keyboards/handwired/splittest/readme.md
Co-Authored-By: nooges <nooges@users.noreply.github.com>
* Update keyboards/handwired/splittest/readme.md
Co-Authored-By: nooges <nooges@users.noreply.github.com>
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 000000000..17b7081a0 --- /dev/null +++ b/keyboards/handwired/splittest/splittest.h @@ -0,0 +1,5 @@ +#pragma once + +#include "quantum.h" + +#define LAYOUT(L1, R1) {{L1}, {R1}} |