forked from mirrors/qmk_userspace
[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/keymaps/default/keymap.c
Normal file
5
keyboards/handwired/splittest/keymaps/default/keymap.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(RGB_MOD, RESET)
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue