updated readme.md and deleted pykey60
This commit is contained in:
parent
7ce2827da7
commit
b4fd94e911
@ -1,15 +0,0 @@
|
|||||||
# JPConstantineau's PyKey60
|
|
||||||
|
|
||||||
![PyKey60](https://cdn.tindiemedia.com/images/resize/JYsH3WYq6GZD4xnvByhHXzwLhPo=/p/full-fit-in/2400x1600/i/556481/products/2021-09-17T19%3A53%3A16.118Z-PXL_20210917_194653430.jpg?1631883222)
|
|
||||||
|
|
||||||
A 60% RGB Keyboard PCB with Hot Swap Sockets, running CircuitPython on a RP2040 Soldered on board.
|
|
||||||
|
|
||||||
kb.py is designed to work with the [PyKey60 CircuitPython UF2](https://circuitpython.org/board/jpconstantineau_pykey60/)
|
|
||||||
|
|
||||||
Retailers (USA)
|
|
||||||
[BlueMicro Store on Tindie](https://www.tindie.com/products/jpconstantineau/pykey60-rgb-keyboard-pcb-with-a-rp2040/)
|
|
||||||
|
|
||||||
Extensions enabled by default
|
|
||||||
- [Layers](https://github.com/KMKfw/kmk_firmware/tree/master/docs/layers.md) Need more keys than switches? Use layers.
|
|
||||||
- [RGB](https://github.com/KMKfw/kmk_firmware/tree/master/docs/rgb.md) Light it up
|
|
||||||
- [MediaKeys](https://github.com/KMKfw/kmk_firmware/tree/master/docs/media_keys.md) Control volume and other media functions
|
|
@ -1,27 +0,0 @@
|
|||||||
import board
|
|
||||||
|
|
||||||
from kmk.kmk_keyboard import KMKKeyboard as _KMKKeyboard
|
|
||||||
from kmk.matrix import DiodeOrientation
|
|
||||||
|
|
||||||
|
|
||||||
class KMKKeyboard(_KMKKeyboard):
|
|
||||||
row_pins = (
|
|
||||||
board.COL1,
|
|
||||||
board.COL2,
|
|
||||||
board.COL3,
|
|
||||||
board.COL4,
|
|
||||||
board.COL5,
|
|
||||||
board.COL6,
|
|
||||||
board.COL7,
|
|
||||||
board.COL8,
|
|
||||||
board.COL9,
|
|
||||||
board.COL10,
|
|
||||||
board.COL11,
|
|
||||||
board.COL12,
|
|
||||||
board.COL13,
|
|
||||||
board.COL14,
|
|
||||||
)
|
|
||||||
col_pins = (board.ROW1, board.ROW2, board.ROW3, board.ROW4, board.ROW5)
|
|
||||||
diode_orientation = DiodeOrientation.COL2ROW
|
|
||||||
rgb_pixel_pin = board.NEOPIXEL
|
|
||||||
rgb_num_pixels = 61
|
|
@ -1,6 +1,6 @@
|
|||||||
# JPConstantineau's VColChoc44: A Low Profile Atreus44 clone
|
# JPConstantineau's VColChoc44: A Low Profile Atreus44 clone
|
||||||
|
|
||||||
![Atreus44](https://cdn.tindiemedia.com/images/resize/tbqfM8nhMn0hoDM0ZkwYxM23mU0=/p/full-fit-in/2400x1600/i/556481/products/2021-10-15T15%3A33%3A13.288Z-qj04uaoo2ht71.jpg?1634287023)
|
![VColChoc44](https://cdn.tindiemedia.com/images/resize/tbqfM8nhMn0hoDM0ZkwYxM23mU0=/p/full-fit-in/2400x1600/i/556481/products/2021-10-15T15%3A33%3A13.288Z-qj04uaoo2ht71.jpg?1634287023)
|
||||||
|
|
||||||
44 Keys Low Profile RGB Keyboard inspired from Keyboardio's Atreus with a RP2040 Soldered on board.
|
44 Keys Low Profile RGB Keyboard inspired from Keyboardio's Atreus with a RP2040 Soldered on board.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# JPConstantineau's VColMX44: An Atreus44 clone
|
# JPConstantineau's VColMX44: An Atreus44 clone
|
||||||
|
|
||||||
![Atreus44](https://cdn.tindiemedia.com/images/resize/5oEyXgxteB6wYjXv8kFC1B3YqOk=/p/full-fit-in/2400x1600/i/556481/products/2021-10-20T05%3A14%3A24.776Z-PXL_20211016_060203733.jpg?1634681706v)
|
![VColMX44](https://cdn.tindiemedia.com/images/resize/5oEyXgxteB6wYjXv8kFC1B3YqOk=/p/full-fit-in/2400x1600/i/556481/products/2021-10-20T05%3A14%3A24.776Z-PXL_20211016_060203733.jpg?1634681706v)
|
||||||
|
|
||||||
|
|
||||||
44 Keys RGB Keyboard inspired from Keyboardio's Atreus with a Raspberry Pi Pico
|
44 Keys RGB Keyboard inspired from Keyboardio's Atreus with a Raspberry Pi Pico
|
||||||
|
Loading…
Reference in New Issue
Block a user