1
0
Fork 0

Puck Macropad (#4274)

* Add Puck

* Update Manufacturer name in metadata

* Add num lock to high layer

* update pins

* update pin settings

* fix numlock key

* Cleanup config.h

* Update device info

* updates after review
This commit is contained in:
John Pettigrew 2018-11-27 15:43:48 -06:00 committed by MechMerlin
parent 90f9fb4eee
commit d79b5e67b6
6 changed files with 190 additions and 0 deletions

15
keyboards/puck/puck.h Normal file
View file

@ -0,0 +1,15 @@
#ifndef PUCK_H
#define PUCK_H
#include "quantum.h"
#define LAYOUT( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B \
) { \
{ K00, K01, K02 }, \
{ K03, K04, K05 }, \
{ K06, K07, K08 }, \
{ K09, K0A, K0B }, \
}
#endif