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