[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:
Danny 2019-03-15 17:28:38 -04:00 committed by Drashna Jaelre
parent 3c257c1c6e
commit 22e499efdb
7 changed files with 200 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(RGB_MOD, RESET)
};