xs5871 5448cb4479 Denoise core debugging and improve improve performance.
* 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.
2023-03-24 21:48:44 +00:00
..
2023-02-17 03:03:40 +00:00
2023-01-17 20:39:26 +00:00
2022-06-12 09:31:15 +00:00
2023-02-18 08:20:52 +00:00
2022-10-03 18:12:48 -07:00