Merge pull request #815 from jpconstantineau/Pykey-boards

Adding family of Pykey boards
This commit is contained in:
Dan Halbert 2021-12-28 11:28:50 -05:00 committed by GitHub
commit afc3761b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 144 additions and 1 deletions

View file

@ -0,0 +1,48 @@
---
layout: download
board_id: "jpconstantineau_pykey18"
title: "PyKey18 Numpad Download"
name: "PyKey18 Numpad"
manufacturer: "JPConstantineau"
board_url: "https://github.com/jpconstantineau/PyKey60"
board_image: "jpconstantineau_pykey18.jpg"
downloads_display: false
date_added: 2021-12-15
family: raspberrypi
features:
- USB-C
- Speaker
- Display
- STEMMA QT/QWIIC
---
The PyKey18 is a custom programmable mechanical keyboard with a standard Numpad layout, a rotary encoder and a small OLED display. 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.
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.
## Features
* Powered by RP2040
* Per key RGB LEDs (NeoPixels)
* Kailh hot-swap switch sockets (for Cherry MX-compatible switches)
* Included buzzer for audio feedback
* Powered and programmable via USB-C
## About the RP2040
The RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support.
## Powered by CircuitPython
It's not just a keyboard but also a USB drive containing the firmware as CircuitPython files. Its Python code can be changed with any text editor and executed simultaneously, which makes it super easy to customize the keymap, add macros or add a new function. This keyboard is fully programmable via CiruitPython so there's no software to install, just plug it in, change keymaps and start building macros. Since all of the programming happens on the keyboard Python files, you can plug it into any computer and take your custom layouts wherever you go.
## Learn More
* [Board Hardware Repo](https://github.com/jpconstantineau/PyKey60)
* [Helpful Documentation](http://pykey.jpconstantineau.com/docs/)
## Purchase
The PyKey18 is available on the Tindie store if you are interested in getting one.
* [Tindie](https://www.tindie.com/products/jpconstantineau/pykey18-rgb-numpadkeyboard-with-a-rp2040/)
## Contribute
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/main/_board/{{ page.board_id }}.md).

View file

@ -0,0 +1,46 @@
---
layout: download
board_id: "jpconstantineau_pykey44"
title: "PyKey44 Ergo Keyboard Download"
name: "PyKey44 Ergo Keyboard"
manufacturer: "JPConstantineau"
board_url: "https://github.com/jpconstantineau/PyKey60"
board_image: "jpconstantineau_pykey44.jpg"
downloads_display: True
date_added: 2021-12-15
family: raspberrypi
features:
- USB-C
- Speaker
---
The PyKey44 is a custom programmable mechanical keyboard with a compact ergonobic layout similar to the popular Atreus. The PyKey44 uses mechanical switches Kailh Choc type). The keys are hot-swap socketed and have an individual underglow RGB LED which can be turned on.
Since this is a Hot Swappable Switches keyboard, you can choose the Kailh Choc switches as well as the keycaps you prefer. You can even mix and match switches for the ultimate customization.
## Features
* Powered by RP2040
* Per key RGB LEDs (NeoPixels)
* Kailh hot-swap switch sockets (for Cherry MX-compatible switches)
* Included buzzer for audio feedback
* Powered and programmable via USB-C
## About the RP2040
The RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support.
## Powered by CircuitPython
It's not just a keyboard but also a USB drive containing the firmware as CircuitPython files. Its Python code can be changed with any text editor and executed simultaneously, which makes it super easy to customize the keymap, add macros or add a new function. This keyboard is fully programmable via CiruitPython so there's no software to install, just plug it in, change keymaps and start building macros. Since all of the programming happens on the keyboard Python files, you can plug it into any computer and take your custom layouts wherever you go.
## Learn More
* [Board Hardware Repo](https://github.com/jpconstantineau/PyKey60)
* [Helpful Documentation](http://pykey.jpconstantineau.com/docs/)
## Purchase
The PyKey44 is available on the Tindie store if you are interested in getting one.
* [Tindie](https://www.tindie.com/products/jpconstantineau/low-profile-44-keys-rgb-keyboard-pcb-with-a-rp2040/)
## Contribute
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/main/_board/{{ page.board_id }}.md).

View file

@ -34,7 +34,8 @@ The RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz
It's not just a keyboard but also a USB drive containing the firmware as CircuitPython files. Its Python code can be changed with any text editor and executed simultaneously, which makes it super easy to customize the keymap, add macros or add a new function. This keyboard is fully programmable via CiruitPython so there's no software to install, just plug it in, change keymaps and start building macros. Since all of the programming happens on the keyboard Python files, you can plug it into any computer and take your custom layouts wherever you go.
## Learn More
* [Board Documentation](https://github.com/jpconstantineau/PyKey60)
* [Board Hardware Repo](https://github.com/jpconstantineau/PyKey60)
* [Helpful Documentation](http://pykey.jpconstantineau.com/docs/)
## Purchase
The PyKey60 is available on the Tindie store if you are interested in getting one.

View file

@ -0,0 +1,48 @@
---
layout: download
board_id: "jpconstantineau_pykey87"
title: "PyKey87 TKL Download"
name: "PyKey87 Ten Key Less (TKL) Keyboard"
manufacturer: "JPConstantineau"
board_url: "https://github.com/jpconstantineau/PyKey60"
board_image: "jpconstantineau_pykey87.jpg"
downloads_display: false
date_added: 2021-12-15
family: raspberrypi
features:
- USB-C
- Speaker
- 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.
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.
## Features
* Powered by RP2040
* Per key RGB LEDs (NeoPixels)
* Kailh hot-swap switch sockets (for Cherry MX-compatible switches)
* Included buzzer for audio feedback
* Powered and programmable via USB-C
## About the RP2040
The RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support.
## Powered by CircuitPython
It's not just a keyboard but also a USB drive containing the firmware as CircuitPython files. Its Python code can be changed with any text editor and executed simultaneously, which makes it super easy to customize the keymap, add macros or add a new function. This keyboard is fully programmable via CiruitPython so there's no software to install, just plug it in, change keymaps and start building macros. Since all of the programming happens on the keyboard Python files, you can plug it into any computer and take your custom layouts wherever you go.
## Learn More
* [Board Hardware Repo](https://github.com/jpconstantineau/PyKey60)
* [Helpful Documentation](http://pykey.jpconstantineau.com/docs/)
## Purchase
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/)
## Contribute
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/main/_board/{{ page.board_id }}.md).

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB