Update oled.py
This commit is contained in:
parent
40f03a73ea
commit
b5cf50b819
@ -147,8 +147,8 @@ class Oled(Extension):
|
|||||||
self.updateOLED(sandbox)
|
self.updateOLED(sandbox)
|
||||||
return
|
return
|
||||||
|
|
||||||
def after_matrix_scan(self, keyboard):
|
def after_matrix_scan(self, sandbox):
|
||||||
if keyboard.matrix_update or keyboard.secondary_matrix_update:
|
if sandbox.matrix_update or sandbox.secondary_matrix_update:
|
||||||
self.timer_time_reset()
|
self.timer_time_reset()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user