aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #219 from IBNobody/masterJack Humbert2016-03-282-2/+5
|\ \ | | | | | | Master
| * | Minor Tweaks and DocumentationIBNobody2016-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Added command to turn LED indicators off while sleepingIBNobody2016-03-281-1/+4
| | |
* | | Merge pull request #214 from cdlm/action-hookJack Humbert2016-03-282-0/+8
|\ \ \ | |/ / |/| | Add per-event user hook function
| * | Rename function to be keyboard-specificDamien Pollet2016-03-282-4/+4
| | |
| * | Add per-event user hook function to QMKDamien Pollet2016-03-282-0/+8
| | |
* | | Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody2016-03-283-107/+373
|/ / | | | | | | | | | | Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
* | Merge pull request #188 from DidierLoiseau/issue-156Erez Zukerman2016-03-274-2/+23
|\ \ | | | | | | Fix #156: clear weak mods on every key press
| * | Fix #156: clear weak mods on every key pressDidier Loiseau2016-03-084-2/+23
| |/ | | | | | | | | | | - new macro_mods bit field for mods applied by macros - weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.) - clear the _weak_ mods on every key *pressed* such that LSFT etc. can no more interfere with the next key
* | Fixed LED Function CallsIBNobody2016-03-221-2/+3
| | | | | | | | | | Fixed LED indicator function calls to match how the matrix init function calls are formatted.
* | Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody2016-03-221-2/+2
|\ \ | | | | | | | | | | | | | | | # Conflicts: # quantum/template/template.c # quantum/template/template.h
| * | Addressed void* return warning in all keymapsyoyoerx2016-03-101-2/+2
| |/
* / Adding LED function pointersIBNobody2016-03-151-0/+2
|/
* Remove led_off() it is not usedPeter Eichinger2016-01-241-2/+0
|
* Backlight fix from redditPeter Eichinger2016-01-221-0/+13
| | | | https://www.reddit.com/r/olkb/comments/41ur41/crazy_flashing_when_my_computer_sleeps/
* Fixes rolling combos for mod-tap keysErez Zukerman2015-10-281-3/+6
|
* merging tmkJack Humbert2015-10-272-0/+5
|
* core: Fix NKRO ifdefJun Wako2015-09-241-0/+2
|
* core: Fix for disabling NKRO in Boot protocoltmk2015-09-202-3/+4
|
* core: Fix message print of debug commandtmk2015-09-201-2/+2
|
* Change to KC_BOOTLOADER(KC_BTLD)tmk2015-09-162-8/+7
|
* Add an assignable RESET keyskullY2015-09-162-0/+12
|
* Fix parenthesistmk2015-09-121-1/+1
|
* Fix weak modifier clear in action macrotmk2015-09-121-0/+2
|
* usb_usb: Support locking key indicator LEDtmk2015-07-151-0/+8
|
* Add description for non-US keys on keycode.htmk2015-06-261-2/+2
|
* Revert "Make action_for_key a weak symbol"tmk2015-05-212-6/+0
| | | | | | This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear.
* Make action_for_key a weak symbolDan McGregor2015-05-192-0/+6
|
* Add keyboard_setup() and matrix_setup()tmk2015-05-194-4/+16
|
* Reduce code size of magic commandstmk2015-05-131-105/+90
|
* Add description of AVR bootloader and boot sectiontmk2015-05-131-6/+43
|
* Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'tmk2015-04-281-0/+10
|
* Remove unneeded tap delays #201Jun Wako2015-04-232-8/+13
|
* Fix handling of consumer usage #199Jun Wako2015-04-231-1/+1
|
* Improve anti-ghosting behavior for fast typingMichael Tharp2015-04-231-2/+13
| | | | | Keypresses would be forgotten if they began while ghosting, even if they were still pressed after ghosting ended.
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-1063-0/+7156