kmk_firmware/kmk
Ellie 57ba0fe8b2 Custom matrix scanners
- Introduce Scanner base class for MatrixScanner
- Create new Scanner using built-in keypad module
- Allow overriding the scanner used by KMKKeyboard
2022-02-20 12:00:15 -08:00
..
extensions Override LED creation in the RGB extension. 2022-02-19 22:27:31 -08:00
handlers Move pio_uart.py to transports folder 2022-02-16 17:59:59 -08:00
modules fix formatting, run test 2022-02-19 21:33:45 -08:00
scanners Custom matrix scanners 2022-02-20 12:00:15 -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 Custom matrix scanners 2022-02-20 12:00:15 -08:00
kmktime.py resolved issues 2021-09-17 08:40:20 -07: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