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/aves65.c | |
parent | 44ff14f290833a72f32c06901826f014d22ea810 (diff) |
[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/aves65.c')
-rw-r--r-- | keyboards/aves65/aves65.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/aves65/aves65.c b/keyboards/aves65/aves65.c new file mode 100644 index 0000000000..35b93f7aee --- /dev/null +++ b/keyboards/aves65/aves65.c @@ -0,0 +1 @@ +#include "aves65.h" |