diff options
author | Hund <Hund@users.noreply.github.com> | 2020-05-13 20:43:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 19:43:28 +0100 |
commit | 30a6f231bfc6b447e9b2c45b39527f0c0b9c909f (patch) | |
tree | 3b667fea20f9b7b426672866de3c37500319448b /keyboards/aves65/readme.md | |
parent | 44ff14f290833a72f32c06901826f014d22ea810 (diff) | |
download | qmk_firmware-30a6f231bfc6b447e9b2c45b39527f0c0b9c909f.tar.gz qmk_firmware-30a6f231bfc6b447e9b2c45b39527f0c0b9c909f.zip |
[Keyboard] Added support for Aves 65 (#8880)
* First commit.
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/aves65/rules.mk
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/aves65/aves65.h
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/aves65/keymaps/default/keymap.c
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/aves65/rules.mk
Co-Authored-By: Joel Challis <git@zvecr.com>
* Changes.
* Changes
* Changes
* Update keyboards/aves65/rules.mk
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Hund <hund@ubuntu.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/aves65/readme.md')
-rw-r--r-- | keyboards/aves65/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/aves65/readme.md b/keyboards/aves65/readme.md new file mode 100644 index 0000000000..a4cd4e6ee3 --- /dev/null +++ b/keyboards/aves65/readme.md @@ -0,0 +1,15 @@ +# Aves65 + +![Aves65](https://i.imgur.com/H7x8an7l.jpg) + +A 65% hotswap keyboard with RGB underglow. + +* Keyboard Maintainer: [Hund](https://github.com/Hund) +* Hardware Supported: Aves65 +* Hardware Availability: none (yet) + +Make example for this keyboard (after setting up your build environment): + + make aves65: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). |