kmk_firmware/kmk
Dave Bendit afd4982925 fix: Include Z and 0 in CapsWords ranges
Before, the allowed alphabet of characters for CapsWords was exclusive
of the letter Z, and the allowed number set was exclusive of the number
0.

Now, those characters are included, so using them won't interrupt
CapsWords.
2022-11-21 21:12:40 +00:00
..
extensions add debug info for pixelbuffer to RGB extension 2022-09-22 08:22:22 -07:00
handlers cleanup unused coord_raw 2022-07-24 15:19:20 -07:00
modules fix: Include Z and 0 in CapsWords ranges 2022-11-21 21:12:40 +00:00
quickpin/pro_micro Port kb2040 boards and add to quickpin 2022-10-10 23:13:44 +00:00
scanners update format to fstring 2022-06-12 09:31:15 +00:00
transports remove adafruit_pioasm dependency 2022-07-21 18:26:08 -07:00
__init__.py A basic 2x2 matrix that can auto-flash to a Feather with a compatible bootloader 2018-09-02 20:07:07 -07:00
consts.py remove reference to disfunct KMK_RELEASE. 2022-08-03 20:11:00 +00:00
hid.py [usb] Allow kb to lost usb connection without getting lost 2022-08-05 18:35:16 +00:00
key_validators.py move validators and metas to their respective modules 2022-07-24 15:19:20 -07:00
keys.py add type hinting for kmk.keys 2022-10-08 13:28:29 -07:00
kmk_keyboard.py fix pystack exhaust during resume_process_key. 2022-10-08 13:36:00 -07:00
kmktime.py even more typehints 2022-10-03 18:12:48 -07:00
types.py move validators and metas to their respective modules 2022-07-24 15:19:20 -07:00
utils.py even more typehints 2022-10-03 18:12:48 -07:00