updates from tindie

This commit is contained in:
Pierre Constantineau
2021-10-22 14:40:12 -06:00
committed by Kyle Brown
parent e92e122588
commit 8d01908468
6 changed files with 0 additions and 41 deletions

View File

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