kmk_firmware/kmk
2019-03-08 19:35:55 -08:00
..
boards kitsym4: Support the keeb.io Iris using the ProMicro<->ItsyBitsyM4 converter board 2018-12-28 23:20:08 -08:00
handlers Resolves #106: Unbreak KC.GESC 2019-01-23 01:52:27 -08:00
mcus Initial test 2019-03-08 19:35:55 -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 kmk.consts: rename UnicodeModes => UnicodeMode 2018-12-04 17:03:13 -08:00
firmware_slave.py Initial test 2019-03-08 19:35:55 -08:00
firmware.py Resolve issues with leader mode, allow single-key targets (HID or internal) 2018-12-29 16:52:06 -08:00
hid.py Rename keycodes to keys, simpler and easier to deal with 2018-12-29 15:29:11 -08:00
internal_state_slave.py Initial test 2019-03-08 19:35:55 -08:00
internal_state.py Allow pre/post on_press/on_release handlers to be attached to all keys (example provided) 2019-02-18 15:08:07 -08:00
keys.py Allow pre/post on_press/on_release handlers to be attached to all keys (example provided) 2019-02-18 15:08:07 -08:00
kmktime.py Fix linting 2018-10-16 22:43:47 -07:00
matrix.py Add LeaderMode.TIMEOUT (QMK default Leader mode) 2018-10-19 01:49:37 -07:00
pins.py Resolves #56 by moving kmk.common.* up a level to kmk.* 2018-10-11 18:13:29 -07:00
types.py Checkpoint alpha: Reflow macros and keycodes into a consistent structure. Most internal state functionality largely untouched (just moved) 2018-12-29 04:44:52 -08:00
util.py Work out some bugs where I could get stuck on layers. Add more debugging output 2018-10-18 23:24:19 -07:00