diff options
author | Blake <blake@ghost7.com> | 2021-03-25 11:53:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 22:53:30 +1100 |
commit | c4d05010cb4dad42740d67003bf66b67e10fe854 (patch) | |
tree | a71871b280cecb8be58f737c5c17e5f4a78a13e0 /keyboards/draytronics/daisy/info.json | |
parent | 6276f54752e98ab1f99eaff5c077c52bf29e5c81 (diff) |
Add Daisy, a macropad with dual rotary encoders + update Scarlet readme.md (#12221)
* Daisy first commit buggy
* buggy still underglow crash
* Daisy V1
* ReadMe Updates
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} + ] + } + } +} |