fix(irisr2): get out of SOFT_SERIAL_PIN's way

This commit is contained in:
Josh Klar 2020-11-26 20:36:21 -08:00
parent e72d2b8c34
commit ee7094e799
No known key found for this signature in database
GPG Key ID: A4A0C7B4E8EEE222

View File

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