kmk_firmware/kmk
Elvis Pfützenreuter 9c4a136989 Use return value of pre-press/pre-release callbacks
When the return value evaluates to False, the key press or key
release is ignored. This allows for implementation of elaborate
keyboard behaviors.
2019-04-26 19:50:41 -03:00
..
boards kitsym4: Support the keeb.io Iris using the ProMicro<->ItsyBitsyM4 converter board 2018-12-28 23:20:08 -08:00
handlers Fix bug in TO layer key handling 2019-04-25 22:40:29 -03:00
mcus Remove debug leftovers causing failed lints 2018-12-29 07:27:44 -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.py Literally hurting performance now. Needs removed 2019-03-21 17:24:50 -07:00
hid.py Rename keycodes to keys, simpler and easier to deal with 2018-12-29 15:29:11 -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 Use return value of pre-press/pre-release callbacks 2019-04-26 19:50:41 -03: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 Duh, chaining.... 2019-03-12 00:24:48 -07: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