]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/peiorisboards/ixora/ixora.h
Add missing links to features page and sidebar section (#5949)
[qmk_firmware.git] / keyboards / peiorisboards / ixora / ixora.h
1 #pragma once
2
3 #define XXX KC_NO
4
5 #include "quantum.h"
6
7 // This a shortcut to help you visually see your layout.
8
9 #define LAYOUT_full( \
10     K00, K01, K02, \
11     K03, K04, K05  \
12 ) \
13 { \
14     { K00, K01, K02, K03, K04, K05 } \
15 }
16
17 #define LAYOUT_blocker_right( \
18     K00, K01,      \
19     K03, K04, K05  \
20 ) \
21 { \
22     { K00, K01, XXX, K03, K04, K05 } \
23 }
24
25 #define LAYOUT_blocker_left( \
26          K01, K02, \
27     K03, K04, K05  \
28 ) \
29 { \
30     { XXX, K01, K02, K03, K04, K05 } \
31 }
32
33 #define LAYOUT_arrows( \
34          K01,      \
35     K03, K04, K05  \
36 ) \
37 { \
38     { XXX, K01, XXX, K03, K04, K05 } \
39 }
40