This commit is contained in:
Kyle Brown
2020-11-13 16:56:18 -08:00
parent f94734c28d
commit 999a9507b5
8 changed files with 63 additions and 69 deletions

View File

@@ -45,8 +45,8 @@ class Power(Module):
def before_matrix_scan(self, keyboard):
return
def after_matrix_scan(self, keyboard, matrix_update):
if matrix_update or keyboard.secondary_matrix_update:
def after_matrix_scan(self, keyboard):
if keyboard.matrix_update or keyboard.secondary_matrix_update:
self.psave_time_reset()
def before_hid_send(self, keyboard):