Merge pull request #836 from jpconstantineau/pykey-updates

Minor Pykey Updates (Links and enabling visibility)
This commit is contained in:
Melissa LeBlanc-Williams 2022-01-10 08:15:55 -08:00 committed by GitHub
commit 4a6c7076a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -35,5 +35,5 @@ It's not just a macropad with a big encoder but also a USB drive containing the
* [Board Documentation](https://github.com/jpconstantineau/EncoderPad_RP2040) * [Board Documentation](https://github.com/jpconstantineau/EncoderPad_RP2040)
## Purchase ## Purchase
The EncoderPad RP2040 is currently being tested. Keep an eye on the Tindie store if you are interested in getting one. The EncoderPad RP2040 is now on the Tindie store if you are interested in getting one.
* [Tindie](https://www.tindie.com/stores/jpconstantineau/) * [Tindie](https://www.tindie.com/products/jpconstantineau/rgb-video-editing-macropad-with-a-rp2040/)

View file

@ -6,7 +6,7 @@ name: "PyKey18 Numpad"
manufacturer: "JPConstantineau" manufacturer: "JPConstantineau"
board_url: "https://github.com/jpconstantineau/PyKey60" board_url: "https://github.com/jpconstantineau/PyKey60"
board_image: "jpconstantineau_pykey18.jpg" board_image: "jpconstantineau_pykey18.jpg"
downloads_display: false downloads_display: true
date_added: 2021-12-15 date_added: 2021-12-15
family: raspberrypi family: raspberrypi
@ -21,6 +21,8 @@ The PyKey18 is a custom programmable mechanical keyboard with a standard Numpad
Since this is a Hot Swappable Switches keyboard, you can choose the MX switches as well as the keycaps you prefer. You can even mix and match switches for the ultimate customization. Since this is a Hot Swappable Switches keyboard, you can choose the MX switches as well as the keycaps you prefer. You can even mix and match switches for the ultimate customization.
The PyKey18 also has a small 0.91" OLED display and has a location for an optional Stemma QT/QWIIC connector.
## Features ## Features
* Powered by RP2040 * Powered by RP2040

View file

@ -6,7 +6,7 @@ name: "PyKey87 Ten Key Less (TKL) Keyboard"
manufacturer: "JPConstantineau" manufacturer: "JPConstantineau"
board_url: "https://github.com/jpconstantineau/PyKey60" board_url: "https://github.com/jpconstantineau/PyKey60"
board_image: "jpconstantineau_pykey87.jpg" board_image: "jpconstantineau_pykey87.jpg"
downloads_display: false downloads_display: true
date_added: 2021-12-15 date_added: 2021-12-15
family: raspberrypi family: raspberrypi
@ -16,12 +16,14 @@ features:
- STEMMA QT/QWIIC - STEMMA QT/QWIIC
--- ---
The PyKey87 is a custom programmable mechanical keyboard with a standard TKL layout. The PyKey18 uses mechanical switches (Cherry MX type). The keys are hot-swap socketed and have an individual underglow RGB LED which can be turned on. The PCB was designed for use with PCB-mount stabilizers. The PCB was designed for use with PCB-mount stabilizers. The PyKey87 is a custom programmable mechanical keyboard with a standard TKL layout. The PyKey87 uses mechanical switches (Cherry MX type). The keys are hot-swap socketed and have an individual underglow RGB LED which can be turned on. The PCB was designed for use with PCB-mount stabilizers.
Since this is a Hot Swappable Switches keyboard, you can choose the MX switches as well as the keycaps you prefer. You can even mix and match switches for the ultimate customization. Since this is a Hot Swappable Switches keyboard, you can choose the MX switches as well as the keycaps you prefer. You can even mix and match switches for the ultimate customization.
Just like CircuitPython, this keyboard is targeted for beginners. The design keeps the matrix definition simple to 17 columns and 6 rows instead of using a GPIO-optimized matrix of 8 columns and 8 rows. Neopixel order is also in line with key numbers. This keeps the complexity of coding a keyboard firmware to a minimum. Just like CircuitPython, this keyboard is targeted for beginners. The design keeps the matrix definition simple to 17 columns and 6 rows instead of using a GPIO-optimized matrix of 8 columns and 8 rows. Neopixel order is also in line with key numbers. This keeps the complexity of coding a keyboard firmware to a minimum.
The PCB also has a location for an optional Stemma QT/QWIIC connector.
## Features ## Features
* Powered by RP2040 * Powered by RP2040
* Per key RGB LEDs (NeoPixels) * Per key RGB LEDs (NeoPixels)
@ -41,4 +43,4 @@ It's not just a keyboard but also a USB drive containing the firmware as Circuit
## Purchase ## Purchase
The PyKey87 is available on the Tindie store if you are interested in getting one. The PyKey87 is available on the Tindie store if you are interested in getting one.
* [Tindie](https://www.tindie.com/products/edit/pykey87-rgb-tkl-keyboard-with-a-rp2040/) * [Tindie](https://www.tindie.com/products/jpconstantineau/pykey87-rgb-tkl-keyboard-with-a-rp2040/)