5448cb4479
* Declutter and denoise the debug output in general. * Avoid f-strings. They're nice to look at, but use a lot of ROM, RAM, and time during formatting. * Remove all "debug" information from `KMKKeyboard.__repr__`. It's printed out once at init and the info it gave was useless at that point. Even more free memory. * Add a memory footprint debug info after initialization. |
||
---|---|---|
.. | ||
extensions | ||
handlers | ||
modules | ||
quickpin/pro_micro | ||
scanners | ||
transports | ||
__init__.py | ||
consts.py | ||
hid.py | ||
key_validators.py | ||
keys.py | ||
kmk_keyboard.py | ||
kmktime.py | ||
types.py | ||
utils.py |