This website requires JavaScript.
Explore
Help
Sign In
sporq
/
kmk_firmware
Watch
1
Star
0
Fork
0
You've already forked kmk_firmware
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
kmk_firmware
/
kmk
/
common
History
Kyle Brown
ad3da0694b
Add advanced layers.
...
These will need more testing and some ported to tapdance. The bigest case of this would be TT
2018-10-03 22:35:00 -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
Handle macros more consistently: make them a proper internal keycode-style object and not a weird one-off. Fixes sanity_checker on my keymaps.
2018-10-01 11:54:43 -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
Add advanced layers.
2018-10-03 22:35:00 -07:00
internal_keycodes.py
Add advanced layers.
2018-10-03 22:35:00 -07:00
internal_state.py
Add advanced layers.
2018-10-03 22:35:00 -07:00
keycodes.py
Add advanced layers.
2018-10-03 22:35:00 -07:00
kmktime.py
Add advanced layers.
2018-10-03 22:35:00 -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