summaryrefslogtreecommitdiff
path: root/keyboards/mixi/mixi.h
diff options
context:
space:
mode:
authorGregorio <38576492+ohchiko@users.noreply.github.com>2020-06-18 11:39:16 +0700
committerGitHub <noreply@github.com>2020-06-17 21:39:16 -0700
commit30fd69886dcf069a4e0d2c02ce18803500fcad2e (patch)
tree932c28985b43d8ea7c3a0f8224a8a217feb97dfb /keyboards/mixi/mixi.h
parented528403fd768e804887b957891b7a16319ae4dc (diff)
[Keyboard] Add Mixi (#9364)
* [Keyboard] Add Mixi Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mixi/mixi.h')
-rw-r--r--keyboards/mixi/mixi.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/mixi/mixi.h b/keyboards/mixi/mixi.h
new file mode 100644
index 0000000000..8b2bc7090b
--- /dev/null
+++ b/keyboards/mixi/mixi.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "quantum.h"
+
+#define LAYOUT( \
+ K00, K01, K02, \
+ K10, K11, K12, \
+ K20, K21, K22 \
+ ) { \
+ { K00, K01, K02 }, \
+ { K10, K11, K12 }, \
+ { K20, K21, K22 } \
+}