adding jpconstantineau's boards
This commit is contained in:
committed by
Kyle Brown
parent
09dd2be1bc
commit
e92e122588
@@ -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