Skip to content

Commit 2585c3b

Browse files
committed
Merge branch 'master' of github.com:adafruit/circuitpython-org into components-search
2 parents 24272da + 0b3b0b6 commit 2585c3b

File tree

6 files changed

+570
-261
lines changed

6 files changed

+570
-261
lines changed

_board/jpconstantineau_pykey60.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: download
3+
board_id: "jpconstantineau_pykey60"
4+
title: "PyKey 60% Keyboard Download"
5+
name: "PyKey60 Keyboard"
6+
manufacturer: "JPConstantineau"
7+
board_url: "https://github.com/jpconstantineau/PyKey60"
8+
board_image: "jpconstantineau_pykey60.jpg"
9+
date_added: 2021-09-17
10+
11+
features:
12+
- USB-C
13+
- Speaker
14+
---
15+
16+
The PyKey60 is a custom programmable mechanical keyboard with a standard ANSI 60% keyboard layout compatible with any cases made for the GH60. The PyKey60 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.
17+
18+
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.
19+
20+
Just like CircuitPython, this keyboard is targeted for beginners. The design keeps the matrix definition simple to 14 columns and 5 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.
21+
22+
## Features
23+
* Powered by RP2040
24+
* Per key RGB LEDs (NeoPixels)
25+
* Kailh hot-swap switch sockets (for Cherry MX-compatible switches)
26+
* Included buzzer for audio feedback
27+
* Powered and programmable via USB-C
28+
29+
## About the RP2040
30+
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.
31+
32+
## Powered by CircuitPython
33+
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.
34+
35+
## Learn More
36+
* [Board Documentation](https://github.com/jpconstantineau/PyKey60)
37+
38+
## Purchase
39+
The PyKey60 is available on the Tindie store if you are interested in getting one.
40+
* [Tindie](https://www.tindie.com/products/jpconstantineau/pykey60-rgb-keyboard-pcb-with-a-rp2040/)
41+
42+
## Contribute
43+
44+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).

0 commit comments

Comments
 (0)