power fixup
This commit is contained in:
@@ -53,7 +53,7 @@ class Power(Extension):
|
|||||||
return
|
return
|
||||||
|
|
||||||
def after_matrix_scan(self, keyboard, matrix_update):
|
def after_matrix_scan(self, keyboard, matrix_update):
|
||||||
if matrix_update:
|
if matrix_update or keyboard.secondary_matrix_update:
|
||||||
self.psave_time_reset()
|
self.psave_time_reset()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user