summaryrefslogtreecommitdiffstats
path: root/tmk_core/common
AgeCommit message (Expand)AuthorFilesLines
2016-03-27Merge pull request #188 from DidierLoiseau/issue-156Erez Zukerman4-2/+23
2016-03-23Fixed LED Function CallsIBNobody1-2/+3
2016-03-23Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody1-2/+2
2016-03-16Adding LED function pointersIBNobody1-0/+2
2016-03-10Addressed void* return warning in all keymapsyoyoerx1-2/+2
2016-03-08Fix #156: clear weak mods on every key pressDidier Loiseau4-2/+23
2016-01-24Remove led_off() it is not usedPeter Eichinger1-2/+0
2016-01-22Backlight fix from redditPeter Eichinger1-0/+13
2015-10-28Fixes rolling combos for mod-tap keysErez Zukerman1-3/+6
2015-10-27merging tmkJack Humbert63-0/+7245
2015-09-23core: Fix NKRO ifdefJun Wako1-0/+2
2015-09-20core: Fix for disabling NKRO in Boot protocoltmk2-3/+4
2015-09-20core: Fix message print of debug commandtmk1-2/+2
2015-09-16Change to KC_BOOTLOADER(KC_BTLD)tmk2-8/+7
2015-09-16Add an assignable RESET keyskullY2-0/+12
2015-09-12Fix parenthesistmk1-1/+1
2015-09-12Fix weak modifier clear in action macrotmk1-0/+2
2015-07-15usb_usb: Support locking key indicator LEDtmk1-0/+8
2015-06-26Add description for non-US keys on keycode.htmk1-2/+2
2015-05-21Revert "Make action_for_key a weak symbol"tmk2-6/+0
2015-05-19Make action_for_key a weak symbolDan McGregor2-0/+6
2015-05-18Add keyboard_setup() and matrix_setup()tmk4-4/+16
2015-05-13Reduce code size of magic commandstmk1-105/+90
2015-05-13Add description of AVR bootloader and boot sectiontmk1-6/+43
2015-04-28Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'tmk1-0/+10
2015-04-23Remove unneeded tap delays #201Jun Wako2-8/+13
2015-04-23Fix handling of consumer usage #199Jun Wako1-1/+1
2015-04-23Improve anti-ghosting behavior for fast typingMichael Tharp1-2/+13
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk63-0/+7156