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