summaryrefslogtreecommitdiff
path: root/quantum/wpm.h
AgeCommit message (Collapse)Author
2021-04-19[CI] Format code according to conventions (#12623)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-18Enhancement of WPM feature (#11727)Drashna Jaelre
2020-03-25Run clang-format manually to fix recently changed files (#8552)Joel Challis
2020-03-23Add Word Per Minute calculation feature (#8054)brickbots
* 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>