fix(irisr2): get out of SOFT_SERIAL_PIN's way
This commit is contained in:
parent
e72d2b8c34
commit
ee7094e799
@ -20,9 +20,8 @@ class KMKKeyboard(_KMKKeyboard):
|
||||
rgb_pixel_pin = board.P0_06
|
||||
rgb_num_pixels = 12
|
||||
i2c = board.I2C
|
||||
data_pin = board.P0_08
|
||||
data_pin = board.P0_20
|
||||
powersave_pin = board.P0_13
|
||||
led_pin = board.D7
|
||||
|
||||
coord_mapping = []
|
||||
coord_mapping.extend(ic(0, x) for x in range(12))
|
||||
|
Loading…
Reference in New Issue
Block a user