summaryrefslogtreecommitdiff
path: root/keyboards/aeboards/constellation/readme.md
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2020-08-18 16:12:55 +1000
committerGitHub <noreply@github.com>2020-08-17 23:12:55 -0700
commitb21faf768e49d54bb17a611938f598cabe76994d (patch)
treec2a7979d269d93246ba1316a02dbd30892c7548f /keyboards/aeboards/constellation/readme.md
parent3b09add3494716eed62c562b334a82d6d460365f (diff)
[Keyboard] AEBoards Constellation (#9972)
* open drain * ext65 initial * clean up messy code * clean up init * update docs stm32 only and applies to all 3 driver * fix USE_GPIOIv1 * place documentation at bottom * constellation initial * cleanup * fix ws2812.c * Clean up rules.mk * Update config.h * Update config.h * Update readme.md * Update rules.mk * Update rules.mk * add license header
Diffstat (limited to 'keyboards/aeboards/constellation/readme.md')
-rwxr-xr-xkeyboards/aeboards/constellation/readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/aeboards/constellation/readme.md b/keyboards/aeboards/constellation/readme.md
new file mode 100755
index 0000000000..19d4354e02
--- /dev/null
+++ b/keyboards/aeboards/constellation/readme.md
@@ -0,0 +1,13 @@
+# CONSTELLATION
+
+A gasket 65% keyboard by [aeboards](https://aeboards.com/)
+
+* Keyboard Maintainer: [Xelus22](https://github.com/Xelus22)
+* Hardware Supported: CONSTELLATION
+* Hardware Availability: Custom keyboard group buys
+
+Make example for this keyboard (after setting up your build environment):
+
+ make aeboards/constellation:default
+
+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).