kmk_firmware/kmk
2019-07-24 21:25:10 -07:00
..
boards Rename "Firmware" to "KeyboardConfig" for clarity in main.py and to illustrate separation of KeyboardConfig/InternalState 2019-07-24 21:25:10 -07:00
handlers A wild W504 linter error appeared! Fix those. 2019-07-24 21:25:10 -07:00
mcus Rename "Firmware" to "KeyboardConfig" for clarity in main.py and to illustrate separation of KeyboardConfig/InternalState 2019-07-24 21:25:10 -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 Download more RAM (reword this in a rebase plz) 2019-07-17 16:05:40 -07:00
hid.py A wild W504 linter error appeared! Fix those. 2019-07-24 21:25:10 -07:00
internal_state.py A wild W504 linter error appeared! Fix those. 2019-07-24 21:25:10 -07:00
key_validators.py Clean some code up; force GC on every cycle 2019-07-12 16:38:50 -07:00
keyboard_config.py Rename "Firmware" to "KeyboardConfig" for clarity in main.py and to illustrate separation of KeyboardConfig/InternalState 2019-07-24 21:25:10 -07:00
keys.py looks like this is not needed, so save some bootup time 2019-07-17 16:05:40 -07:00
kmktime.py Fix linting 2018-10-16 22:43:47 -07:00
led.py A wild W504 linter error appeared! Fix those. 2019-07-24 21:25:10 -07:00
matrix.py Resolves #121: Use flattened keymaps, which can visually represent the logical layout, rather than the physical wiring 2019-05-12 17:47:16 -07:00
pins.py Resolves #56 by moving kmk.common.* up a level to kmk.* 2018-10-11 18:13:29 -07:00
rgb.py A wild W504 linter error appeared! Fix those. 2019-07-24 21:25:10 -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