summaryrefslogtreecommitdiffstats
path: root/keyboards/ymdk/ymd09/ymd09.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ymdk/ymd09/ymd09.h')
-rw-r--r--keyboards/ymdk/ymd09/ymd09.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd09/ymd09.h b/keyboards/ymdk/ymd09/ymd09.h
new file mode 100644
index 0000000000..76cb5d3f0c
--- /dev/null
+++ b/keyboards/ymdk/ymd09/ymd09.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 } \
+}