[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>
This commit is contained in:
parent
3c257c1c6e
commit
22e499efdb
7 changed files with 200 additions and 0 deletions
5
keyboards/handwired/splittest/splittest.h
Normal file
5
keyboards/handwired/splittest/splittest.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT(L1, R1) {{L1}, {R1}}
|
Loading…
Add table
Add a link
Reference in a new issue