summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/timer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-07-251-1/+0
|\
| * Refactor some platform dependent logic (#13675)Joel Challis2021-07-241-5/+0
* | Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott2021-06-091-4/+20
|/
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-261-4/+1
* Fix int wrapping for timer_expired macros and use MAX defines for consistency...XScorpion22020-11-301-2/+2
* format code according to conventions [skip ci]QMK Bot2020-04-111-4/+1
* Various fixes to how timer differences are calculated (#8585)Purdea Andrei2020-04-111-1/+4
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-3/+2
* Fixing wrapping math logic for timer_expired functions (#6746)XScorpion22019-09-231-2/+2
* clang-format changesskullY2019-08-301-18/+10
* Added OLED Display autoscroll during periods of OLED data inactivity (#6546)XScorpion22019-08-251-0/+11
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+53