update kmkpython and hack fix bug

This commit is contained in:
Kyle Brown
2020-12-02 21:31:42 -08:00
committed by Josh Klar
parent 9b5e35a5a8
commit 581d8e269b
4 changed files with 13 additions and 12 deletions

View File

@@ -9,8 +9,6 @@ class KMKKeyboard(_KMKKeyboard):
row_pins = (board.D13, board.D11, board.D10, board.D9, board.D7)
diode_orientation = DiodeOrientation.COLUMNS
split_type = 'UART'
split_flip = True
data_pin = board.SCL
rgb_num_pixels = 12
rgb_pixel_pin = board.TX