kmk_firmware/kmk/common
2018-10-01 00:33:59 -07:00
..
abstract Completely overhaul the entire MatrixScanner and KEY_UP/DOWN_EVENT system for efficiency. Less delay() on HID sends. Speed is only BARELY slower than QMK now. 2018-10-01 00:33:59 -07:00
macros Add support for millisecond delays within a macro sequence 2018-09-30 21:34:16 -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 Support Unicode sequences on Windows through WinCompose ONLY 2018-09-30 20:35:41 -07:00
event_defs.py Completely overhaul the entire MatrixScanner and KEY_UP/DOWN_EVENT system for efficiency. Less delay() on HID sends. Speed is only BARELY slower than QMK now. 2018-10-01 00:33:59 -07:00
internal_keycodes.py Completely overhaul the entire MatrixScanner and KEY_UP/DOWN_EVENT system for efficiency. Less delay() on HID sends. Speed is only BARELY slower than QMK now. 2018-10-01 00:33:59 -07:00
internal_state.py Completely overhaul the entire MatrixScanner and KEY_UP/DOWN_EVENT system for efficiency. Less delay() on HID sends. Speed is only BARELY slower than QMK now. 2018-10-01 00:33:59 -07:00
keycodes.py Add support for millisecond delays within a macro sequence 2018-09-30 21:34:16 -07:00
types.py Listen to KEY_DOWN_EVENT and KEY_UP_EVENT in the HIDHelper and actually send. Working keyboard! ⌨ 2018-09-16 23:20:16 -07:00
util.py Add support for millisecond delays within a macro sequence 2018-09-30 21:34:16 -07:00