diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-31 03:28:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 11:28:04 -0800 |
commit | a1b39e6db231923935055846384eb2e78e538268 (patch) | |
tree | eeaee7335efdff3d9ce960050882acf2cfe570a9 /keyboards/maple_computing/c39/c39.h | |
parent | 07bb65384cf96be88feb2916604cb4a89cd0ad33 (diff) |
[Keyboard] move That-Canadian 's boards into /maple_computing (#16050)
Diffstat (limited to 'keyboards/maple_computing/c39/c39.h')
-rwxr-xr-x | keyboards/maple_computing/c39/c39.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/maple_computing/c39/c39.h b/keyboards/maple_computing/c39/c39.h new file mode 100755 index 0000000000..797dd1ef77 --- /dev/null +++ b/keyboards/maple_computing/c39/c39.h @@ -0,0 +1,17 @@ +#pragma once + +#include "quantum.h" + +#define ___ KC_NO + +#define LAYOUT( \ + K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, \ + K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, \ + K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C \ + ) { \ + { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C }, \ + { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C }, \ + { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C } \ +} + +#define LAYOUT_ortho_3x13 LAYOUT |