From 08b41fda696bafdfd59d47f2d912d147430f01a6 Mon Sep 17 00:00:00 2001 From: Pierre Constantineau Date: Tue, 26 Oct 2021 22:36:26 -0600 Subject: [PATCH] some more linter fixes - Black this time --- boards/jpconstantineau/gridmx47/kb.py | 17 ++++++++++++++--- boards/jpconstantineau/offsetmx43/kb.py | 17 ++++++++++++++--- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/boards/jpconstantineau/gridmx47/kb.py b/boards/jpconstantineau/gridmx47/kb.py index 6ec8110..6e8974d 100644 --- a/boards/jpconstantineau/gridmx47/kb.py +++ b/boards/jpconstantineau/gridmx47/kb.py @@ -5,9 +5,20 @@ from kmk.matrix import DiodeOrientation class KMKKeyboard(_KMKKeyboard): - col_pins = (board.GP11, board.GP12, board.GP13, board.GP14, - board.GP15, board.GP19, board.GP20, board.GP21, - board.GP22, board.GP26, board.GP27, board.GP28) + col_pins = ( + board.GP11, + board.GP12, + board.GP13, + board.GP14, + board.GP15, + board.GP19, + board.GP20, + board.GP21, + board.GP22, + board.GP26, + board.GP27, + board.GP28, + ) row_pins = (board.GP7, board.GP8, board.GP9, board.GP10) diode_orientation = DiodeOrientation.COL2ROW rgb_pixel_pin = board.GP6 diff --git a/boards/jpconstantineau/offsetmx43/kb.py b/boards/jpconstantineau/offsetmx43/kb.py index 6ec8110..6e8974d 100644 --- a/boards/jpconstantineau/offsetmx43/kb.py +++ b/boards/jpconstantineau/offsetmx43/kb.py @@ -5,9 +5,20 @@ from kmk.matrix import DiodeOrientation class KMKKeyboard(_KMKKeyboard): - col_pins = (board.GP11, board.GP12, board.GP13, board.GP14, - board.GP15, board.GP19, board.GP20, board.GP21, - board.GP22, board.GP26, board.GP27, board.GP28) + col_pins = ( + board.GP11, + board.GP12, + board.GP13, + board.GP14, + board.GP15, + board.GP19, + board.GP20, + board.GP21, + board.GP22, + board.GP26, + board.GP27, + board.GP28, + ) row_pins = (board.GP7, board.GP8, board.GP9, board.GP10) diode_orientation = DiodeOrientation.COL2ROW rgb_pixel_pin = board.GP6