More Flake8 fixes, and keymap updates.

This commit is contained in:
Luke D Russell
2022-06-21 17:18:33 +10:00
committed by Kyle Brown
parent 5c8f33fc3e
commit d7bfb917f2
3 changed files with 34 additions and 19 deletions

View File

@@ -29,6 +29,7 @@ class KMKKeyboard(_KMKKeyboard):
rgb_num_pixels = 42
i2c = board.I2C
# flake8: noqa
coord_mapping = [
ic(0, 0), ic(0, 1), ic(0, 2), ic(0, 3), ic(0, 4), ic(0, 5), ic(0, 6), ic(0, 7), ic(4, 3), ic(3, 4), ic(4, 5), ic(3, 7),
ic(1, 0), ic(1, 1), ic(1, 2), ic(1, 3), ic(1, 4), ic(1, 5), ic(4, 1), ic(1, 6), ic(1, 7), ic(3, 2), ic(4, 4), ic(3, 5), ic(4, 7),