aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Collapse)Author
2015-10-28Fixes rolling combos for mod-tap keysGravatar Erez Zukerman
2015-10-27merging tmkGravatar Jack Humbert
2015-09-24core: Fix NKRO ifdefGravatar Jun Wako
2015-09-20core: Fix for disabling NKRO in Boot protocolGravatar tmk
2015-09-20core: Fix message print of debug commandGravatar tmk
2015-09-16Change to KC_BOOTLOADER(KC_BTLD)Gravatar tmk
2015-09-16Add an assignable RESET keyGravatar skullY
2015-09-12Fix parenthesisGravatar tmk
2015-09-12Fix weak modifier clear in action macroGravatar tmk
2015-07-15usb_usb: Support locking key indicator LEDGravatar tmk
2015-06-26Add description for non-US keys on keycode.hGravatar tmk
2015-05-21Revert "Make action_for_key a weak symbol"Gravatar tmk
This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear.
2015-05-19Make action_for_key a weak symbolGravatar Dan McGregor
2015-05-19Add keyboard_setup() and matrix_setup()Gravatar tmk
2015-05-13Reduce code size of magic commandsGravatar tmk
2015-05-13Add description of AVR bootloader and boot sectionGravatar tmk
2015-04-28Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'Gravatar tmk
2015-04-23Remove unneeded tap delays #201Gravatar Jun Wako
2015-04-23Fix handling of consumer usage #199Gravatar Jun Wako
2015-04-23Improve anti-ghosting behavior for fast typingGravatar Michael Tharp
Keypresses would be forgotten if they began while ghosting, even if they were still pressed after ghosting ended.
2015-04-10Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'Gravatar tmk