Add nano switch pad
This commit is contained in:
parent
fe56fffe7d
commit
13e1388f2d
8 changed files with 334 additions and 0 deletions
12
keyboards/nano/nano.h
Normal file
12
keyboards/nano/nano.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef NANO_H
|
||||
#define NANO_H
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define KC_KEYMAP(k01, k02, k03, k04, k05, k06, k07, k08) \
|
||||
{ \
|
||||
{KC_##k01, KC_##k02, KC_##k03, KC_##k04}, \
|
||||
{KC_##k05, KC_##k06, KC_##k07, KC_##k08} \
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue