adding jpconstantineau's boards

This commit is contained in:
Pierre Constantineau
2021-10-22 14:39:28 -06:00
committed by Kyle Brown
parent 09dd2be1bc
commit e92e122588
6 changed files with 41 additions and 0 deletions

View File

@@ -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