summaryrefslogtreecommitdiff
path: root/keyboards/abstract/ellipse/readme.md
diff options
context:
space:
mode:
authorAbstractKB <49011872+AbstractKB@users.noreply.github.com>2019-05-24 17:10:40 -0400
committerDrashna Jaelre <drashna@live.com>2019-05-24 14:10:40 -0700
commita1e2d51712385a12bba7d592e391200742be5ad7 (patch)
tree595264a0cdaa93030c14b640fb9189cb76dada5e /keyboards/abstract/ellipse/readme.md
parent362bfc5b15eeacd946f814efb726f4e7fd9a1328 (diff)
[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.md19
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 0000000000..973d36f44b
--- /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).