cleaned up keymaps
This commit is contained in:
committed by
Kyle Brown
parent
0b43a3de38
commit
7ce2827da7
@@ -5,7 +5,7 @@ from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KMKKeyboard(_KMKKeyboard):
|
||||
row_pins = (
|
||||
col_pins = (
|
||||
board.COL1,
|
||||
board.COL2,
|
||||
board.COL3,
|
||||
@@ -18,7 +18,7 @@ class KMKKeyboard(_KMKKeyboard):
|
||||
board.COL10,
|
||||
board.COL11,
|
||||
)
|
||||
col_pins = (board.ROW1, board.ROW2, board.ROW3, board.ROW4)
|
||||
row_pins = (board.ROW1, board.ROW2, board.ROW3, board.ROW4)
|
||||
diode_orientation = DiodeOrientation.COL2ROW
|
||||
rgb_pixel_pin = board.NEOPIXEL
|
||||
rgb_num_pixels = 44
|
||||
|
@@ -5,7 +5,7 @@ from kmk.matrix import DiodeOrientation
|
||||
|
||||
|
||||
class KMKKeyboard(_KMKKeyboard):
|
||||
row_pins = (
|
||||
col_pins = (
|
||||
board.GP20,
|
||||
board.GP19,
|
||||
board.GP18,
|
||||
@@ -18,7 +18,7 @@ class KMKKeyboard(_KMKKeyboard):
|
||||
board.GP1,
|
||||
board.GP0,
|
||||
)
|
||||
col_pins = (board.GP22, board.GP21, board.GP14, board.GP15)
|
||||
row_pins = (board.GP22, board.GP21, board.GP14, board.GP15)
|
||||
diode_orientation = DiodeOrientation.COL2ROW
|
||||
rgb_pixel_pin = board.GP28
|
||||
rgb_num_pixels = 44
|
||||
|
Reference in New Issue
Block a user