fix typo
This commit is contained in:
parent
f2fb4eecf4
commit
a97e655d08
@ -71,7 +71,7 @@ class KMKKeyboard:
|
||||
# 6.0rc1) this runs out of RAM every cycle and takes down the board. no
|
||||
# real known fix yet other than turning off debug, but M4s have always been
|
||||
# tight on RAM so....
|
||||
def __repr__(self) -> None:
|
||||
def __repr__(self) -> str:
|
||||
return ''.join(
|
||||
[
|
||||
'KMKKeyboard(\n',
|
||||
|
Loading…
Reference in New Issue
Block a user