Commit Graph

14 Commits (f2dd125a1e56e7692cd4b58b07215d4893f5548e)

Author SHA1 Message Date
IBNobody 558f3ec1eb Use keyboard config for nkro ()
* removing nkro references - wip

* changed NKRO to be defined by keymap_config
Fred Sundvik 07d0d5cbe4 Makefile fixes and update of Visualizer
Fred Sundvik 4b45deb652 Enable serial_link support for ChibiOS
Jack Humbert 8e88d55bfd reverts for the most part ()
Eric Tang 6955719075 Move LED strip initialization ()
Eric Tang 1ae6011cef Clean up #343's code ()
Eric Tang aaa758f1d3 Optimize matrix scanning ()
Jack Humbert ab19ebd08a MAGIC functionality, AG swap in default layout
IBNobody 1d13aa933b Minor Tweaks and Documentation
Fixed compiler warning by including bootloader.h in keymap_common.c.

Changed FORCE_NKRO to only be applied if NKRO_ENABLE is defined.

Added extra documentation to the template config.h
IBNobody 577971ab07 Magic Key Overrides / Keyboard Lock / Forced NKRO
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock
option to template / Added forced NKRO option to template (disabled by
default)
tmk 6b588eb7f7 Add keyboard_setup() and matrix_setup()
tmk d9fee5571d Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'
Michael Tharp b52e29582a Improve anti-ghosting behavior for fast typing
Keypresses would be forgotten if they began while ghosting, even if they
were still pressed after ghosting ended.
tmk 1a02ebcc61 Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'