summaryrefslogtreecommitdiff
path: root/keyboards/boston_meetup/2019/info.json
diff options
context:
space:
mode:
authorishtob <ishtob@gmail.com>2019-04-22 23:26:51 -0400
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-22 20:26:51 -0700
commitce8fb1eab923a8ce37022a898597048e5893b078 (patch)
treeeaf6e163d0ac625ed5fb333ce27f6aaed840e390 /keyboards/boston_meetup/2019/info.json
parenta2cec0594b15dc667adf7f1b0e35cb698dc1758d (diff)
Boston meetup 2019 (#5611)
* Add boston_meetup folder for community meetup macropads * Modify OLED indicators to match macropad * PR cleanup * Spelling fix Co-Authored-By: ishtob <ishtob@gmail.com> * convert custom matrix to standard matrix defines * refactor layer define with enum * Remove un-used files * remove "\" in keymap
Diffstat (limited to 'keyboards/boston_meetup/2019/info.json')
-rw-r--r--keyboards/boston_meetup/2019/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/boston_meetup/2019/info.json b/keyboards/boston_meetup/2019/info.json
new file mode 100644
index 0000000000..15ab72935c
--- /dev/null
+++ b/keyboards/boston_meetup/2019/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "Boston Meetup 2019",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "key_count": 13,
+ "layout": [{"label":"K00", "x":0, "y":0}, {"label":"K10", "x":0, "y":1}, {"label":"K11", "x":1, "y":1}, {"label":"K12", "x":2, "y":1}, {"label":"K13", "x":3, "y":1}, {"label":"K20", "x":0, "y":2}, {"label":"K21", "x":1, "y":2}, {"label":"K22", "x":2, "y":2}, {"label":"K23", "x":3, "y":2}, {"label":"K30", "x":0, "y":3}, {"label":"K31", "x":1, "y":3}, {"label":"K32", "x":2, "y":3}, {"label":"K33", "x":3, "y":3}] }
+ }
+}