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:
parent
90f9fb4eee
commit
d79b5e67b6
6 changed files with 190 additions and 0 deletions
15
keyboards/puck/puck.h
Normal file
15
keyboards/puck/puck.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue