diff options
author | AbstractKB <49011872+AbstractKB@users.noreply.github.com> | 2019-05-24 17:10:40 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-24 14:10:40 -0700 |
commit | a1e2d51712385a12bba7d592e391200742be5ad7 (patch) | |
tree | 595264a0cdaa93030c14b640fb9189cb76dada5e /keyboards/abstract/ellipse/readme.md | |
parent | 362bfc5b15eeacd946f814efb726f4e7fd9a1328 (diff) | |
download | firmware-a1e2d51712385a12bba7d592e391200742be5ad7.tar.gz firmware-a1e2d51712385a12bba7d592e391200742be5ad7.tar.bz2 firmware-a1e2d51712385a12bba7d592e391200742be5ad7.zip |
[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
Diffstat (limited to 'keyboards/abstract/ellipse/readme.md')
-rw-r--r-- | keyboards/abstract/ellipse/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/abstract/ellipse/readme.md b/keyboards/abstract/ellipse/readme.md new file mode 100644 index 000000000..973d36f44 --- /dev/null +++ b/keyboards/abstract/ellipse/readme.md @@ -0,0 +1,19 @@ +# EllipseRev1 + +![EllipseRev1](http://abstractkb.tk/wp-content/uploads/2019/03/ellipsetop.jpg) + +A small keypad with more knobs than ever before! 3 Knobs and 3 MX-style switches on one little board. + +At this time there are 2 small known issues with the Rev 1. One of which is that backlight breathing does not work, +and the other issue that has been encountered is that the post_init_user function does not seem to be called. +Hopefully these issues can be resolved soon; this QMK file is being released as orders have started to ship and they need to be configurable. + +Keyboard Maintainer: [AbstractKB](https://github.com/abstractkb) +Hardware Supported: The Abstract Ellipse Rev1 +Hardware Availability: https://abstractkb.tk + +Make example for this keyboard (after setting up your build environment): + + make abstract/ellipse/rev1:default:dfu + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |