updates from tindie
This commit is contained in:
committed by
Kyle Brown
parent
e92e122588
commit
8d01908468
@@ -1,23 +1,14 @@
|
||||
# JPConstantineau's VColMX44: An Atreus44 clone
|
||||
|
||||
<<<<<<< HEAD
|
||||

|
||||
|
||||
=======
|
||||

|
||||
Image to be updated.
|
||||
>>>>>>> 9e830a1 (adding jpconstantineau's boards)
|
||||
|
||||
44 Keys RGB Keyboard inspired from Keyboardio's Atreus with a Raspberry Pi Pico
|
||||
|
||||
kb.py is designed to work with the [Pico CircuitPython UF2](https://circuitpython.org/board/raspberry_pi_pico/)
|
||||
|
||||
Retailers (USA)
|
||||
<<<<<<< HEAD
|
||||
[BlueMicro Store on Tindie](https://www.tindie.com/products/jpconstantineau/raspberry-pi-pico-44-keys-rgb-keyboard/)
|
||||
=======
|
||||
[BlueMicro Store on Tindie](https://www.tindie.com/products/jpconstantineau/low-profile-44-keys-rgb-keyboard-pcb-with-a-rp2040/) Link to be updated
|
||||
>>>>>>> 9e830a1 (adding jpconstantineau's boards)
|
||||
|
||||
Extensions enabled by default
|
||||
- [Layers](https://github.com/KMKfw/kmk_firmware/tree/master/docs/layers.md) Need more keys than switches? Use layers.
|
||||
|
@@ -5,11 +5,7 @@ from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KMKKeyboard(_KMKKeyboard):
|
||||
<<<<<<< HEAD
|
||||
col_pins = (
|
||||
=======
|
||||
row_pins = (
|
||||
>>>>>>> 9e830a1 (adding jpconstantineau's boards)
|
||||
board.GP20,
|
||||
board.GP19,
|
||||
board.GP18,
|
||||
@@ -22,11 +18,7 @@ class KMKKeyboard(_KMKKeyboard):
|
||||
board.GP1,
|
||||
board.GP0,
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
row_pins = (board.GP22, board.GP21, board.GP14, board.GP15)
|
||||
=======
|
||||
col_pins = (board.GP22, board.GP21, board.GP14, board.GP15)
|
||||
>>>>>>> 9e830a1 (adding jpconstantineau's boards)
|
||||
diode_orientation = DiodeOrientation.COL2ROW
|
||||
rgb_pixel_pin = board.GP28
|
||||
rgb_num_pixels = 44
|
||||
|
Reference in New Issue
Block a user