summaryrefslogtreecommitdiff
path: root/tmk_core/common
AgeCommit message (Collapse)Author
2016-03-28Merge pull request #219 from IBNobody/masterJack Humbert
Master
2016-03-28Minor Tweaks and DocumentationIBNobody
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
2016-03-28Added command to turn LED indicators off while sleepingIBNobody
2016-03-28Merge pull request #214 from cdlm/action-hookJack Humbert
Add per-event user hook function
2016-03-28Rename function to be keyboard-specificDamien Pollet
2016-03-28Add per-event user hook function to QMKDamien Pollet
2016-03-28Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody
Added Magic Key Overrides / Magic Key Cleanup / Added Keyboard Lock option to template / Added forced NKRO option to template (disabled by default)
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski
2016-03-27Merge pull request #188 from DidierLoiseau/issue-156Erez Zukerman
Fix #156: clear weak mods on every key press
2016-03-22Fixed LED Function CallsIBNobody
Fixed LED indicator function calls to match how the matrix init function calls are formatted.
2016-03-22Merge remote-tracking branch 'refs/remotes/jackhumbert/master'IBNobody
# Conflicts: # quantum/template/template.c # quantum/template/template.h
2016-03-15Adding LED function pointersIBNobody
2016-03-15Expose the pressed_actions_cache global variableWojciech Siewierski
2016-03-15Always provide an implementation of process_action_nocacheWojciech Siewierski
2016-03-13process_action may be called either with key cache or without itWojciech Siewierski
If one wants to temporarily disable the key cache (for example because it interferes with a macro), `disable_action_cache` must be set to `true`. `process_action_nocache` is a simple wrapper doing just that for a single call.
2016-03-10Addressed void* return warning in all keymapsyoyoerx
2016-03-08Fix #156: clear weak mods on every key pressDidier Loiseau
- 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
2016-03-08Document the issue of stuck modifiersWojciech Siewierski
2016-03-05Fix the layer-dependent modifiers handlingWojciech Siewierski
Closes #181.
2016-01-24Remove led_off() it is not usedPeter Eichinger
2016-01-22Backlight fix from redditPeter Eichinger
https://www.reddit.com/r/olkb/comments/41ur41/crazy_flashing_when_my_computer_sleeps/
2015-10-28Fixes rolling combos for mod-tap keysErez Zukerman
2015-10-27merging tmkJack Humbert
2015-09-24core: Fix NKRO ifdefJun Wako
2015-09-20core: Fix for disabling NKRO in Boot protocoltmk
2015-09-20core: Fix message print of debug commandtmk
2015-09-16Change to KC_BOOTLOADER(KC_BTLD)tmk
2015-09-16Add an assignable RESET keyskullY
2015-09-12Fix parenthesistmk
2015-09-12Fix weak modifier clear in action macrotmk
2015-07-15usb_usb: Support locking key indicator LEDtmk
2015-06-26Add description for non-US keys on keycode.htmk
2015-05-21Revert "Make action_for_key a weak symbol"tmk
This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear.
2015-05-19Make action_for_key a weak symbolDan McGregor
2015-05-19Add keyboard_setup() and matrix_setup()tmk
2015-05-13Reduce code size of magic commandstmk
2015-05-13Add description of AVR bootloader and boot sectiontmk
2015-04-28Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'tmk
2015-04-23Remove unneeded tap delays #201Jun Wako
2015-04-23Fix handling of consumer usage #199Jun Wako
2015-04-23Improve anti-ghosting behavior for fast typingMichael 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'tmk