]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/puck/puck.h
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / puck / puck.h
1 #ifndef PUCK_H
2 #define PUCK_H
3
4 #include "quantum.h"
5
6 #define LAYOUT( \
7     K00, K01, K02, \
8     K03, K04, K05, \
9     K06, K07, K08, \
10     K09, K0A, K0B  \
11 ) { \
12     { K00, K01, K02 }, \
13     { K03, K04, K05 }, \
14     { K06, K07, K08 }, \
15     { K09, K0A, K0B }, \
16 }
17
18 #endif