diff options
author | Koobaczech <67293963+Koobaczech@users.noreply.github.com> | 2020-07-23 23:01:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 20:01:39 -0700 |
commit | a50c0049f68f666d1fe49d895743b27d1036ccb3 (patch) | |
tree | 56ca2b771c92b968cc06100f2d94ccc20c1533d1 /keyboards/pandora/readme.md | |
parent | e620a7beb2beebee3881f7061eac218beb668e26 (diff) | |
download | qmk_firmware-a50c0049f68f666d1fe49d895743b27d1036ccb3.tar.gz qmk_firmware-a50c0049f68f666d1fe49d895743b27d1036ccb3.zip |
[Keyboard] Add Pandora keyboard (#9592)
* Pandora
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ethan Madden <maddene@madden.ninja>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/pandora/readme.md')
-rw-r--r-- | keyboards/pandora/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/pandora/readme.md b/keyboards/pandora/readme.md new file mode 100644 index 000000000..4870c9981 --- /dev/null +++ b/keyboards/pandora/readme.md | |||
@@ -0,0 +1,21 @@ | |||
1 | # Pandora | ||
2 | |||
3 |  | ||
4 | |||
5 | Pandora is an ultra premium 60 percent keyboard. The construction uses 6063 alu, | ||
6 | pvd coated brass/stainless steel and dyed polycarbonate. The finishes include | ||
7 | e-coating, anodizing, micro arc anodization, metal polish and fine beadblasting. | ||
8 | Layouts are limited to a few ANSI variations such as tsangan/wkl and ISO. The | ||
9 | keyboard also has a usb-c daugtherboard, an integrated usb hub and rotary | ||
10 | encoder. The case has indicator lights for caps and is gasket mounted. The pcb | ||
11 | is designed by me in house and has some super cool tricks up its sleeve as well. | ||
12 | |||
13 | * Keyboard Maintainer: Koobaczech | ||
14 | * Hardware Supported: Pandora | ||
15 | * Availability: Link to come | ||
16 | |||
17 | Make example for this keyboard (after setting up your build environment): | ||
18 | |||
19 | make pandora:default | ||
20 | |||
21 | 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). | ||