]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/numbrero/numbrero.h
Fix Numbrero Handwired make example in readme
[qmk_firmware.git] / keyboards / handwired / numbrero / numbrero.h
1 #pragma once
2
3 #include "quantum.h"
4
5 #define LAYOUT_numbrero_numpad( \
6   K00, K01, K02, K03, K04, \
7   K10, K11, K12, K13,      \
8   K20, K21, K22, K23, K14, \
9   K30, K31, K32, K33,      \
10        K41,      K43, K34  \
11 ) { \
12   { K00,   K01,   K02,   K03,   K04   }, \
13   { K10,   K11,   K12,   K13,   K14   }, \
14   { K20,   K21,   K22,   K23,   KC_NO }, \
15   { K30,   K31,   K32,   K33,   K34   }, \
16   { KC_NO, K41,   KC_NO, K43,   KC_NO }  \
17 }
18 #define LAYOUT_numbrero_ortho(\
19   K00, K01, K02, K03, K04, \
20   K10, K11, K12, K13, K14, \
21   K20, K21, K22, K23, K24, \
22   K30, K31, K32, K33, K34, \
23        K41, K42, K43, K44  \
24 ){ \
25   { K00,   K01,   K02,   K03,   K04 }, \
26   { K10,   K11,   K12,   K13,   K14 }, \
27   { K20,   K21,   K22,   K23,   K24 }, \
28   { K30,   K31,   K32,   K33,   K34 }, \
29   { KC_NO, K41,   K42,   K43,   K44 }  \
30 }