summaryrefslogtreecommitdiff
path: root/keyboards/dumbo/info.json
diff options
context:
space:
mode:
authorTripTrap <adamnaldal@gmail.com>2020-08-08 20:24:10 +0200
committerGitHub <noreply@github.com>2020-08-08 11:24:10 -0700
commitb506c498a789563511f59c8c902e9d9f6a1daaa4 (patch)
tree5cc733161d725f3867bcaa2f231e695db706c619 /keyboards/dumbo/info.json
parenta536e1bd8f29f82eb5cd4a7db6a4874bd469a076 (diff)
[Keyboard] Dumbo (#9656)
* added dumbo keyboard * added my personal keymap * changed picture in readme * removed rev1 folder to reduce clutter and confusion * missed a few changes in last commit, everything should be added now * Apply suggestions from code review Committed all of the suggested changes except for removing the bootloader reference comments in rules.mk as i think it is handy. * Update keyboards/dumbo/rules.mk Removed the bootloader reference as suggested * Apply clean up of info.json * Apply suggestions from noroadsleft to support community layout LAYOUT_SPLIT_3x6_4 in the future_4
Diffstat (limited to 'keyboards/dumbo/info.json')
-rw-r--r--keyboards/dumbo/info.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/keyboards/dumbo/info.json b/keyboards/dumbo/info.json
new file mode 100644
index 0000000000..900b5bb5ac
--- /dev/null
+++ b/keyboards/dumbo/info.json
@@ -0,0 +1,64 @@
+{
+ "keyboard_name": "Dumbo",
+ "url": "",
+ "maintainer": "adamnaldal",
+ "width": 15.5,
+ "height": 5.25,
+ "layouts": {
+ "LAYOUT_split_3x6_4": {
+ "layout": [
+ {"x":0, "y":1.25},
+ {"x":1, "y":1},
+ {"x":2, "y":0.25},
+ {"x":3, "y":0},
+ {"x":4, "y":0.5},
+ {"x":5, "y":0.75},
+
+ {"x":9.5, "y":0.75},
+ {"x":10.5, "y":0.5},
+ {"x":11.5, "y":0},
+ {"x":12.5, "y":0.25},
+ {"x":13.5, "y":1},
+ {"x":14.5, "y":1.25},
+
+ {"x":0, "y":2.25},
+ {"x":1, "y":2},
+ {"x":2, "y":1.25},
+ {"x":3, "y":1},
+ {"x":4, "y":1.5},
+ {"x":5, "y":1.75},
+
+ {"x":9.5, "y":1.75},
+ {"x":10.5, "y":1.5},
+ {"x":11.5, "y":1},
+ {"x":12.5, "y":1.25},
+ {"x":13.5, "y":2},
+ {"x":14.5, "y":2.25},
+
+ {"x":0, "y":3.25},
+ {"x":1, "y":3},
+ {"x":2, "y":2.25},
+ {"x":3, "y":2},
+ {"x":4, "y":2.5},
+ {"x":5, "y":2.75},
+
+ {"x":9.5, "y":2.75},
+ {"x":10.5, "y":2.5},
+ {"x":11.5, "y":2},
+ {"x":12.5, "y":2.25},
+ {"x":13.5, "y":3},
+ {"x":14.5, "y":3.25},
+
+ {"x":3.25, "y":3.75},
+ {"x":4.25, "y":3.75, "h":1.5},
+ {"x":5.25, "y":3.75, "h":1.5},
+ {"x":6.25, "y":4.25},
+
+ {"x":8.25, "y":4.25},
+ {"x":9.25, "y":3.75, "h":1.5},
+ {"x":10.25, "y":3.75, "h":1.5},
+ {"x":11.25, "y":3.75}
+ ]
+ }
+ }
+}