Update kb.py
Fixed formatting and so file can pass tests
This commit is contained in:
parent
529e6101ab
commit
08df52e90d
@ -1,4 +1,5 @@
|
||||
import board
|
||||
|
||||
from kmk.kmk_keyboard import KMKKeyboard as _KMKKeyboard
|
||||
from kmk.matrix import DiodeOrientation
|
||||
|
||||
@ -9,7 +10,8 @@ class KMKKeyboard(_KMKKeyboard):
|
||||
diode_orientation = DiodeOrientation.COL2ROW
|
||||
encoder_pin_0 = board.A2
|
||||
encoder_pin_1 = board.A3
|
||||
# i2c = board.I2C
|
||||
# NOQA
|
||||
# flake8: noqa
|
||||
coord_mapping = [
|
||||
0, 1, 2, 3, 4, 5, 35, 34, 33, 32, 31, 30,
|
||||
6, 7, 8, 9, 10, 11, 41, 40, 39, 38, 37, 36,
|
||||
|
Loading…
Reference in New Issue
Block a user