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

@@ -3,6 +3,7 @@ import board
from kmk.kmk_keyboard import KMKKeyboard as _KMKKeyboard
from kmk.scanners import DiodeOrientation
class KMKKeyboard(_KMKKeyboard):
col_pins = (
board.P1_06,
@@ -27,6 +28,7 @@ class KMKKeyboard(_KMKKeyboard):
rgb_num_pixels = 42
i2c = board.I2C
# flake8: noqa
coord_mapping = [
0, 1, 2, 3, 4, 5, 6, 7, 35, 28, 37, 31,
8, 9, 10, 11, 12, 13, 33, 14, 15, 26, 36, 29, 39,