summaryrefslogtreecommitdiffstats
path: root/keyboards/boston_meetup/boston_meetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/boston_meetup/boston_meetup.h')
-rw-r--r--keyboards/boston_meetup/boston_meetup.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/boston_meetup/boston_meetup.h b/keyboards/boston_meetup/boston_meetup.h
new file mode 100644
index 000000000..e1d9d9206
--- /dev/null
+++ b/keyboards/boston_meetup/boston_meetup.h
@@ -0,0 +1,19 @@
+#pragma once
+
+#ifdef KEYBOARD_boston_meetup_2019
+ #include "2019.h"
+#define LAYOUT( \
+ K00, \
+ K10, K11, K12, K13, \
+ K20, K21, K22, K23, \
+ K30, K31, K32, K33 \
+ ) \
+{ \
+ { K00, KC_NO, KC_NO, KC_NO }, \
+ { K10, K11, K12, K13 }, \
+ { K20, K21, K22, K23 }, \
+ { K30, K31, K32, K33 } \
+}
+#endif
+
+#include "quantum.h" \ No newline at end of file