adding jpconstantineau's boards
This commit is contained in:
		| @@ -7,7 +7,11 @@ A 60% RGB Keyboard PCB with Hot Swap Sockets, running CircuitPython on a RP2040 | ||||
| kb.py is designed to work with the [PyKey60 CircuitPython UF2](https://circuitpython.org/board/jpconstantineau_pykey60/) | ||||
|  | ||||
| Retailers (USA)   | ||||
| <<<<<<< HEAD | ||||
| [BlueMicro Store on Tindie](https://www.tindie.com/products/jpconstantineau/pykey60-rgb-keyboard-pcb-with-a-rp2040/)   | ||||
| ======= | ||||
| [BlueMicro Store on Tindie](hhttps://www.tindie.com/products/jpconstantineau/pykey60-rgb-keyboard-pcb-with-a-rp2040/)   | ||||
| >>>>>>> 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,7 +5,11 @@ from kmk.matrix import DiodeOrientation | ||||
|  | ||||
|  | ||||
| class KMKKeyboard(_KMKKeyboard): | ||||
| <<<<<<< HEAD | ||||
|     col_pins = ( | ||||
| ======= | ||||
|     row_pins = ( | ||||
| >>>>>>> 9e830a1 (adding jpconstantineau's boards) | ||||
|         board.COL1, | ||||
|         board.COL2, | ||||
|         board.COL3, | ||||
| @@ -21,7 +25,11 @@ class KMKKeyboard(_KMKKeyboard): | ||||
|         board.COL13, | ||||
|         board.COL14, | ||||
|     ) | ||||
| <<<<<<< HEAD | ||||
|     row_pins = (board.ROW1, board.ROW2, board.ROW3, board.ROW4, board.ROW5) | ||||
| ======= | ||||
|     col_pins = (board.ROW1, board.ROW2, board.ROW3, board.ROW4, board.ROW5) | ||||
| >>>>>>> 9e830a1 (adding jpconstantineau's boards) | ||||
|     diode_orientation = DiodeOrientation.COL2ROW | ||||
|     rgb_pixel_pin = board.NEOPIXEL | ||||
|     rgb_num_pixels = 61 | ||||
|   | ||||
| @@ -1,6 +1,10 @@ | ||||
| # JPConstantineau's VColChoc44: A Low Profile Atreus44 clone | ||||
|  | ||||
| <<<<<<< HEAD | ||||
|  | ||||
| ======= | ||||
|  | ||||
| >>>>>>> 9e830a1 (adding jpconstantineau's boards) | ||||
|  | ||||
| 44 Keys Low Profile RGB Keyboard inspired from Keyboardio's Atreus with a RP2040 Soldered on board. | ||||
|  | ||||
|   | ||||
| @@ -5,7 +5,11 @@ from kmk.matrix import DiodeOrientation | ||||
|  | ||||
|  | ||||
| class KMKKeyboard(_KMKKeyboard): | ||||
| <<<<<<< HEAD | ||||
|     col_pins = ( | ||||
| ======= | ||||
|     row_pins = ( | ||||
| >>>>>>> 9e830a1 (adding jpconstantineau's boards) | ||||
|         board.COL1, | ||||
|         board.COL2, | ||||
|         board.COL3, | ||||
| @@ -18,7 +22,11 @@ class KMKKeyboard(_KMKKeyboard): | ||||
|         board.COL10, | ||||
|         board.COL11, | ||||
|     ) | ||||
| <<<<<<< HEAD | ||||
|     row_pins = (board.ROW1, board.ROW2, board.ROW3, board.ROW4) | ||||
| ======= | ||||
|     col_pins = (board.ROW1, board.ROW2, board.ROW3, board.ROW4) | ||||
| >>>>>>> 9e830a1 (adding jpconstantineau's boards) | ||||
|     diode_orientation = DiodeOrientation.COL2ROW | ||||
|     rgb_pixel_pin = board.NEOPIXEL | ||||
|     rgb_num_pixels = 44 | ||||
|   | ||||
| @@ -1,14 +1,23 @@ | ||||
| # 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,7 +5,11 @@ from kmk.matrix import DiodeOrientation | ||||
|  | ||||
|  | ||||
| class KMKKeyboard(_KMKKeyboard): | ||||
| <<<<<<< HEAD | ||||
|     col_pins = ( | ||||
| ======= | ||||
|     row_pins = ( | ||||
| >>>>>>> 9e830a1 (adding jpconstantineau's boards) | ||||
|         board.GP20, | ||||
|         board.GP19, | ||||
|         board.GP18, | ||||
| @@ -18,7 +22,11 @@ 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