diff --git a/kmk/kmk_keyboard.py b/kmk/kmk_keyboard.py index 7b1a5cd..5beb7cd 100644 --- a/kmk/kmk_keyboard.py +++ b/kmk/kmk_keyboard.py @@ -264,7 +264,7 @@ class KMKKeyboard: else: self.led = None - self.matrix = MatrixScanner( + self.matrix = self.matrix_scanner( cols=self.col_pins, rows=self.row_pins, diode_orientation=self.diode_orientation,