From b4fd94e91185cdbab5f6d56efcf4cc07f0ac9ead Mon Sep 17 00:00:00 2001 From: Pierre Constantineau Date: Thu, 21 Oct 2021 18:13:02 -0600 Subject: [PATCH] updated readme.md and deleted pykey60 --- boards/jpconstantineau/PyKey60/README.md | 15 ------------ boards/jpconstantineau/PyKey60/kb.py | 27 --------------------- boards/jpconstantineau/vcolchoc44/README.md | 2 +- boards/jpconstantineau/vcolmx44/README.md | 2 +- 4 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 boards/jpconstantineau/PyKey60/README.md delete mode 100644 boards/jpconstantineau/PyKey60/kb.py diff --git a/boards/jpconstantineau/PyKey60/README.md b/boards/jpconstantineau/PyKey60/README.md deleted file mode 100644 index 74afb65..0000000 --- a/boards/jpconstantineau/PyKey60/README.md +++ /dev/null @@ -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 diff --git a/boards/jpconstantineau/PyKey60/kb.py b/boards/jpconstantineau/PyKey60/kb.py deleted file mode 100644 index 460f776..0000000 --- a/boards/jpconstantineau/PyKey60/kb.py +++ /dev/null @@ -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 diff --git a/boards/jpconstantineau/vcolchoc44/README.md b/boards/jpconstantineau/vcolchoc44/README.md index 96053c9..d722cc1 100644 --- a/boards/jpconstantineau/vcolchoc44/README.md +++ b/boards/jpconstantineau/vcolchoc44/README.md @@ -1,6 +1,6 @@ # 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. diff --git a/boards/jpconstantineau/vcolmx44/README.md b/boards/jpconstantineau/vcolmx44/README.md index a864b30..79185b5 100644 --- a/boards/jpconstantineau/vcolmx44/README.md +++ b/boards/jpconstantineau/vcolmx44/README.md @@ -1,6 +1,6 @@ # 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