summaryrefslogtreecommitdiff
path: root/quantum/wpm.h
Commit message (Collapse)AuthorAge
* [CI] Format code according to conventions (#12623)github-actions[bot]2021-04-19
| | | Co-authored-by: QMK Bot <hello@qmk.fm>
* Enhancement of WPM feature (#11727)Drashna Jaelre2021-04-18
|
* Run clang-format manually to fix recently changed files (#8552)Joel Challis2020-03-25
|
* Add Word Per Minute calculation feature (#8054)brickbots2020-03-23
* Add Word Per Minute calculation feature * Fix copyright info * Remove header from quantum.c, setup overloadable keycode inclusion for WPM, update docs * Simplify logic for keycode filtering * Adding link from summary to wpm_feature info * Update docs/feature_wpm.md Typo in function prototype example in docs Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Add WPM transport via i2c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>