aboutsummaryrefslogtreecommitdiff
path: root/keyboards/M10A/M10A.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/M10A/M10A.h')
-rw-r--r--keyboards/M10A/M10A.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/M10A/M10A.h b/keyboards/M10A/M10A.h
new file mode 100644
index 000000000..6ec334fb3
--- /dev/null
+++ b/keyboards/M10A/M10A.h
@@ -0,0 +1,19 @@
1#ifndef M10A_H
2#define M10A_H
3
4#include "quantum.h"
5
6#define M10A( \
7 k00, k01, k02, \
8 k10, k11, k12, \
9 k20, k21, k22, \
10 k30, k31, k32 \
11) \
12{ \
13 { k00, k01, k02 }, \
14 { k10, k11, k12 }, \
15 { k20, k21, k22 }, \
16 { k30, k31, k32 } \
17}
18
19#endif