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
This commit is contained in:
Blake
2021-03-25 11:53:30 +00:00
committed by GitHub
parent 6276f54752
commit c4d05010cb
8 changed files with 285 additions and 2 deletions

View File

@@ -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}
]
}
}
}