kmk_firmware/kmk
2022-03-20 11:04:15 -07:00
..
extensions fix tick overflow and implement periodic timer class. 2022-03-06 00:02:17 -08:00
handlers Move pio_uart.py to transports folder 2022-02-16 17:59:59 -08:00
modules fix comment 2022-03-20 11:04:15 -07:00
scanners fix keypad matrix init and unguarded debug print. 2022-02-27 09:58:57 -08:00
transports Move pio_uart.py to transports folder 2022-02-16 17:59:59 -08: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 feat(extensions): most of the extensions implementation, by kdb424 2021-06-20 13:55:16 -07:00
hid.py fix bytearray.startswith not available in CircuitPython 2022-02-02 17:54:23 -08:00
key_validators.py implement hold-tap interrupt for Layers 2022-02-13 14:47:02 -08:00
keys.py make TapDance a module (#281) 2022-01-18 05:21:05 +00:00
kmk_keyboard.py implement combo/chord/sequence module 2022-03-14 19:27:12 -07:00
kmktime.py fix tick overflow and implement periodic timer class. 2022-03-06 00:02:17 -08:00
matrix.py Custom matrix scanners 2022-02-20 12:00:15 -08:00
types.py implement hold-tap interrupt on other key tap (i.e. release) 2022-02-13 14:47:02 -08:00
utils.py apply suggested changes 2022-02-07 16:25:45 -08:00