[Keyboard] Added Abstract Ellipse Rev1 (#5939)

* mostly done with first version of Ellipse Rev1 software

* mostly done, error with backlight breathing

* more testing and changing default keymaps

* ready for first release attempt

* fix newline in readme

* fix copyright and extraneous declarations and symbols

* remove more excess backslashes

* fixed more formatting
This commit is contained in:
AbstractKB
2019-05-24 17:10:40 -04:00
committed by Drashna Jaelre
parent 362bfc5b15
commit a1e2d51712
14 changed files with 620 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"keyboard_name": "Ellipse",
"url": "https://abstractkb.tk/product/ellipse-rev1",
"maintainer": "AbstractKB",
"width": 3,
"height": 2.25,
"layouts": {
"LAYOUT": {
"layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}]
}
}
}