summaryrefslogtreecommitdiff
path: root/keyboards/8pack/rev12/rev12.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/8pack/rev12/rev12.h')
-rw-r--r--keyboards/8pack/rev12/rev12.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/8pack/rev12/rev12.h b/keyboards/8pack/rev12/rev12.h
new file mode 100644
index 0000000000..3efeb06de5
--- /dev/null
+++ b/keyboards/8pack/rev12/rev12.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "8pack.h"
+
+#define LAYOUT( \
+ K00, K01, K02, K03, \
+ K10, K11, K12, K13 \
+) { \
+ { K03, K02, K01, K00 }, \
+ { K13, K12, K11, K10 } \
+}