Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-27 | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | ||
2016-03-15 | Expose the pressed_actions_cache global variable | ||
2016-03-15 | Always provide an implementation of process_action_nocache | ||
2016-03-13 | process_action may be called either with key cache or without it | ||
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-08 | Document the issue of stuck modifiers | ||
2016-03-05 | Fix the layer-dependent modifiers handling | ||
Closes #181. | |||
2016-01-24 | Remove led_off() it is not used | ||
2016-01-22 | Backlight fix from reddit | ||
https://www.reddit.com/r/olkb/comments/41ur41/crazy_flashing_when_my_computer_sleeps/ | |||
2015-10-28 | Fixes rolling combos for mod-tap keys | ||
2015-10-27 | merging tmk | ||
2015-09-24 | core: Fix NKRO ifdef | ||
2015-09-20 | core: Fix for disabling NKRO in Boot protocol | ||
2015-09-20 | core: Fix message print of debug command | ||
2015-09-16 | Change to KC_BOOTLOADER(KC_BTLD) | ||
2015-09-16 | Add an assignable RESET key | ||
2015-09-12 | Fix parenthesis | ||
2015-09-12 | Fix weak modifier clear in action macro | ||
2015-07-15 | usb_usb: Support locking key indicator LED | ||
2015-06-26 | Add description for non-US keys on keycode.h | ||
2015-05-21 | Revert "Make action_for_key a weak symbol" | ||
This reverts commit c17b8a599e3ec3b0a327bcd66082541f2517ab30. The commit made compile error and its intention is unclear. | |||
2015-05-19 | Make action_for_key a weak symbol | ||
2015-05-19 | Add keyboard_setup() and matrix_setup() | ||
2015-05-13 | Reduce code size of magic commands | ||
2015-05-13 | Add description of AVR bootloader and boot section | ||
2015-04-28 | Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594' | ||
2015-04-23 | Remove unneeded tap delays #201 | ||
2015-04-23 | Fix handling of consumer usage #199 | ||
2015-04-23 | 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. | |||
2015-04-10 | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | ||