diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-25 11:53:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-25 11:53:33 +0000 |
commit | ea1ed13bc8410afc8a9229b93f04ba0ca3e6762d (patch) | |
tree | e9324880620bf620ab71cc3dd1d8538123e36d6c /keyboards/draytronics/daisy/info.json | |
parent | 6ad0b004fa19e3be0e3d1830407f9dfd02be8a67 (diff) | |
parent | c4d05010cb4dad42740d67003bf66b67e10fe854 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/draytronics/daisy/info.json')
-rw-r--r-- | keyboards/draytronics/daisy/info.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/draytronics/daisy/info.json b/keyboards/draytronics/daisy/info.json new file mode 100644 index 0000000000..4fee494660 --- /dev/null +++ b/keyboards/draytronics/daisy/info.json @@ -0,0 +1,25 @@ +{ + "keyboard_name": "Draytronics DAISY", + "url": "https://www.draytronics.co.uk/daisy", + "maintainer": "ghostseven", + "width": 4, + "height": 3, + "layouts": { + "LAYOUT": { + "layout": [ + {"label":"", "x":0, "y":0}, + {"label":"", "x":3, "y":0}, + + {"label":"", "x":0, "y":1}, + {"label":"", "x":1, "y":1}, + {"label":"", "x":2, "y":1}, + {"label":"", "x":3, "y":1}, + + {"label":"", "x":0, "y":2}, + {"label":"", "x":1, "y":2}, + {"label":"", "x":2, "y":2}, + {"label":"", "x":3, "y":1, "h":2} + ] + } + } +} |