]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/xd004/xd004.h
[Keyboard] Add support for XD004 macro keyboard (#6337)
[qmk_firmware.git] / keyboards / xd004 / xd004.h
1 #pragma once
2
3 #include "quantum.h"
4 //#include "led.h"
5
6 /* XD60 Keymap Definition Macro */
7 /*
8     +--------------------------------+
9     |   K0      K1      K2      K3   [----- USB
10     +--------------------------------+
11 */
12 #define LAYOUT_all(K00, K01, K02, K03) \
13     {                                  \
14         { K00, K01, K02, K03 }         \
15     }