]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/9key/9key.h
Extended the hint of the programmer to link to the relevant README part instead of...
[qmk_firmware.git] / keyboards / 9key / 9key.h
1 #ifndef NINEKEY_H
2 #define NINEKEY_H
3
4 #include "quantum.h"
5
6 #define KEYMAP( \
7       k00, k01, k02, \
8       k10, k11, k12, \
9       k20, k21, k22  \
10 ) \
11 { \
12     { k00, k01, k02 }, \
13     { k10, k11, k12 }, \
14     { k20, k21, k22 } \
15
16
17 #endif