This commit is contained in:
xs5871 2022-09-24 04:56:10 +00:00 committed by Kyle Brown
parent f2fb4eecf4
commit a97e655d08

View File

@ -71,7 +71,7 @@ class KMKKeyboard:
# 6.0rc1) this runs out of RAM every cycle and takes down the board. no # 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 # real known fix yet other than turning off debug, but M4s have always been
# tight on RAM so.... # tight on RAM so....
def __repr__(self) -> None: def __repr__(self) -> str:
return ''.join( return ''.join(
[ [
'KMKKeyboard(\n', 'KMKKeyboard(\n',