Fix the linter errors.

This commit is contained in:
Yoichiro Tanaka
2021-10-05 20:16:51 +09:00
parent 0d27901b0d
commit e3c1c86a0b
2 changed files with 27 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ from kmk.kmk_keyboard import KMKKeyboard as _KMKKeyboard
from kmk.matrix import DiodeOrientation
from kmk.matrix import intify_coordinate as ic
class KMKKeyboard(_KMKKeyboard):
row_pins = (board.GP12, board.GP13, board.GP14, board.GP15)
col_pins = (board.GP21, board.GP20, board.GP19, board.GP18, board.GP17, board.GP16)