summaryrefslogtreecommitdiff
path: root/keyboards/tomato/info.json
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-07-04 21:44:50 -0700
committerDrashna Jaelre <drashna@live.com>2018-07-04 21:44:50 -0700
commit3d6919c3dc1933c20c3cf2afc473e97cebed447e (patch)
treecde88ba6e6d45476eec89b5947efd9df9e6550b7 /keyboards/tomato/info.json
parentdb8b547b7da6c6bd0c63ca0bad250048eb8cb934 (diff)
Tomato refactor and Configurator support (#3314)
* Matrix refactor: rename KEYMAP to LAYOUT_ortho_3x10 * Keymap refactor: matrix rename * Add LAYOUTS = ortho_3x10 to rules.mk * Configurator support
Diffstat (limited to 'keyboards/tomato/info.json')
-rw-r--r--keyboards/tomato/info.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/tomato/info.json b/keyboards/tomato/info.json
new file mode 100644
index 0000000000..f01f5e7e0b
--- /dev/null
+++ b/keyboards/tomato/info.json
@@ -0,0 +1,13 @@
+{
+ "keyboard_name": "Tomato",
+ "url": "",
+ "maintainer": "qmk",
+ "bootloader": "",
+ "width": 10,
+ "height": 3,
+ "layouts": {
+ "LAYOUT_ortho_3x10": {
+ "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":6, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":6, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}]
+ }
+ }
+}