summaryrefslogtreecommitdiff
path: root/keyboards/rotr/rotr.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rotr/rotr.h')
-rw-r--r--keyboards/rotr/rotr.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/rotr/rotr.h b/keyboards/rotr/rotr.h
new file mode 100644
index 0000000000..bf2ff12929
--- /dev/null
+++ b/keyboards/rotr/rotr.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "quantum.h"
+
+#define LAYOUT( \
+ K00, K01, K02 \
+) { \
+ { K00, K01, K02 } \
+}