diff options
author | Taylor Walla <taylor.j.walla@gmail.com> | 2020-10-13 06:46:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 04:46:21 -0700 |
commit | fdbf67e0da7ceaf5bffc1a4f4020065eeda6b591 (patch) | |
tree | 7ad17253ea0823d4cf2109f682b8eecf59a6f50c /keyboards/ai03/voyager60_alps/readme.md | |
parent | bb35f6a6f5d1209537b80e6eedcbb730320de8a9 (diff) | |
download | qmk_firmware-fdbf67e0da7ceaf5bffc1a4f4020065eeda6b591.tar.gz qmk_firmware-fdbf67e0da7ceaf5bffc1a4f4020065eeda6b591.zip |
[Keyboard] Add Voyager60-Alps keyboard (#10516)
* add voyager60_alps
* add readme, add gpl headers
* add info.json
* include all keys in info.json
* fix typo in config.h
* Update keyboards/ai03/voyager60_alps/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/ai03/voyager60_alps/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/ai03/voyager60_alps/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/ai03/voyager60_alps/rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/ai03/voyager60_alps/voyager60_alps.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ai03/voyager60_alps/readme.md')
-rw-r--r-- | keyboards/ai03/voyager60_alps/readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/ai03/voyager60_alps/readme.md b/keyboards/ai03/voyager60_alps/readme.md new file mode 100644 index 0000000000..f67b2f19d2 --- /dev/null +++ b/keyboards/ai03/voyager60_alps/readme.md @@ -0,0 +1,25 @@ +# Voyager60-Alps +A fully featured Alps-specific 60% PCB + +![Render](https://raw.githubusercontent.com/ai03-2725/Voyager60/alps/Renders/Front.png) + +### Features +* RGB underglow +* Decent amount of layout compatibility - [View supported layouts](http://www.keyboard-layout-editor.com/#/gists/c867bdba7e5ae8be282f77a242bacf66) +* Slot cutout for maximum flexibility and typing comfort +* Over-current and static discharge protection +* Fully open-source + +### Additional Information + +* Keyboard Maintainer: [ai03](https://github.com/ai03-2725) +* Hardware Supported: Voyager60-Alps PCB +* Hardware Availability: [Gerbers](https://github.com/ai03-2725/Voyager60/tree/alps) + +### Building the Firmware + +Make example for this keyboard (after setting up your build environment): + + make ai03/voyager60_alps: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). |