summaryrefslogtreecommitdiff
path: root/keyboards/ai03/voyager60_alps/readme.md
diff options
context:
space:
mode:
authorTaylor Walla <taylor.j.walla@gmail.com>2020-10-13 06:46:21 -0500
committerGitHub <noreply@github.com>2020-10-13 04:46:21 -0700
commitfdbf67e0da7ceaf5bffc1a4f4020065eeda6b591 (patch)
tree7ad17253ea0823d4cf2109f682b8eecf59a6f50c /keyboards/ai03/voyager60_alps/readme.md
parentbb35f6a6f5d1209537b80e6eedcbb730320de8a9 (diff)
[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.md25
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).