kmk_firmware/kmk/common
2018-10-11 13:38:33 -07:00
..
abstract Refactor MatrixScanner to use enhanced Pins abstraction; add DEBUG_ENABLED to SAMD51 boards 2018-10-11 13:38:31 -07:00
macros Default rotary encoder to raw no-slop access, opt-in in keymap. Feels WAY better now. 2018-10-11 13:38:33 -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 Refactor MatrixScanner to use enhanced Pins abstraction; add DEBUG_ENABLED to SAMD51 boards 2018-10-11 13:38:31 -07:00
event_defs.py Make some events (and especially macros) faster by caching BareEvents and many key events in RAM 2018-10-08 05:04:06 -07:00
internal_state.py Allow natural LEADER_MODE rollover 2018-10-08 03:21:39 -07:00
keycodes.py Make some events (and especially macros) faster by caching BareEvents and many key events in RAM 2018-10-08 05:04:06 -07:00
kmktime.py Update various internal key handling stuff to be CircuitPython-compatible 2018-10-07 00:45:35 -07:00
leader_mode.py Allow natural LEADER_MODE rollover 2018-10-08 03:21:39 -07:00
matrix.py Refactor MatrixScanner to use enhanced Pins abstraction; add DEBUG_ENABLED to SAMD51 boards 2018-10-11 13:38:31 -07:00
pins.py Refactor MatrixScanner to use enhanced Pins abstraction; add DEBUG_ENABLED to SAMD51 boards 2018-10-11 13:38:31 -07:00
rotary_encoder.py Raw rotary encoder support 2018-10-11 13:38:32 -07:00
types.py Abstract away platform-dependent pin references 2018-10-07 01:40:09 -07:00
util.py Ability to create emote/emoji macros from strings directly, on-board. 2018-10-08 03:51:02 -07:00