More clear matrix scan function

This commit is contained in:
Josh Klar
2018-10-18 23:33:04 -07:00
parent 9089106316
commit 85ab403d22
2 changed files with 8 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class Firmware:
print("Firin' lazers. Keyboard is booted.")
while True:
for update in self.matrix.scan_for_pressed():
for update in self.matrix.scan_for_changes():
if update is not None:
self._state.matrix_changed(
update[0],