Add nano switch pad
This commit is contained in:
committed by
Jack Humbert
parent
fe56fffe7d
commit
13e1388f2d
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
|
||||
Reference in New Issue
Block a user