summaryrefslogtreecommitdiff
path: root/keyboards/kingly_keys/romac/romac.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kingly_keys/romac/romac.h')
-rw-r--r--keyboards/kingly_keys/romac/romac.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/kingly_keys/romac/romac.h b/keyboards/kingly_keys/romac/romac.h
new file mode 100644
index 0000000000..e6fb9694d2
--- /dev/null
+++ b/keyboards/kingly_keys/romac/romac.h
@@ -0,0 +1,16 @@
+#pragma once
+
+#include "quantum.h"
+
+#define LAYOUT( \
+ K00, K01, K02, \
+ K10, K11, K12, \
+ K20, K21, K22, \
+ K30, K31, K32 \
+) \
+{ \
+ { K00, K01, K02 }, \
+ { K10, K11, K12 }, \
+ { K20, K21, K22 }, \
+ { K30, K31, K32 } \
+}