summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* [BUG] Massdrop develop rgb fix (#12022)Nick Brassel2021-02-261-3/+0
* Split transport mirror (#11046)XScorpion22021-02-161-19/+43
* Refactor platform logic within print.h (#11863)Joel Challis2021-02-141-0/+1
* Remove FAUXCLICKY feature (deprecated) (#11829)Drashna Jaelre2021-02-091-6/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-051-7/+5
|\
| * Manually run formatting job (#11797)Joel Challis2021-02-051-7/+5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-031-1/+1
|\|
| * Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776)Drashna Jaelre2021-02-031-1/+1
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-01-281-2/+9
|\|
| * add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)Takeshi ISHII2021-01-281-2/+9
* | Keep track of encoder activity (#11595)Nick Brassel2021-01-211-3/+21
* | Keep track of last matrix activity. (#11552)Nick Brassel2021-01-181-6/+7
* | Revert "Keep track of last matrix activity (#10730)"Nick Brassel2021-01-151-7/+6
* | Keep track of last matrix activity (#10730)Nick Brassel2021-01-121-6/+7
* | [Split] Sync Timer feature (#10997)XScorpion22020-12-011-0/+2
|/
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-0/+21
* Add references for is_keyboard_left() (#10850)Drashna Jaelre2020-11-181-0/+6
* Hid joystick interface (#4226)a-chol2020-08-291-0/+7
* Move encoder_read to common location (#9003)Joel Challis2020-06-031-0/+10
|\
| * Move encoder_read to common locationzvecr2020-05-021-0/+10
* | Move dip switch init to back of the init process (#9233)Drashna Jaelre2020-06-031-0/+7
* | Provide a mechanism for split keyboards to process key press on both halves (...Joel Challis2020-05-031-1/+8
|/
* Refactor rgblight_reconfig.h (#7773)Takeshi ISHII2020-03-101-1/+1
* Move rgblight and backlight task to common location (#7733)Joel Challis2020-01-191-0/+10
* VIA Configurator Refactor (#7268)Wilba2020-01-031-0/+6
* [Core] Optimize matrix processing (#7621)Drashna Jaelre2019-12-161-4/+5
* Fix FORCE_NKRO handling (#7601)Joel Challis2019-12-111-0/+1
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-171-1/+3
* Port DEBUG_MATRIX_SCAN_RATE to core (#7029)Joel Challis2019-10-151-0/+24
* clang-format changesskullY2019-08-301-76/+62
* Remove superfluous JTAG disable code (#6445)fauxpark2019-08-201-2/+9
* [Keyboard] Sol keyboard conversion to split common (#5773)XScorpion22019-05-061-0/+19
* Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis2019-02-211-0/+7
* Debounce refactor / API (#3720)Drashna Jaelre2019-02-141-15/+2
|\
| * Whitespace cleanup.alex-ong2019-01-261-3/+3
| * DO NOT USE - Removed debounce from TMK.alex-ong2019-01-261-6/+3
| * Merge branch 'master' into debounce_refactorAlex Ong2019-01-041-5/+19
| |\
| * | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong2018-08-291-16/+6
* | | Add kb and user level keyboard initialization functions (#3113)Drashna Jaelre2019-02-141-0/+36
| |/ |/|
* | adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4...ishtob2018-12-041-0/+10
* | Move disable JTAG code from `keyboard_init` to `keyboard_setup`Danny Nguyen2018-11-021-5/+9
|/
* Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2018-07-151-0/+3
* Disable JTAG in keyboard initDrashna Jaelre2018-06-281-1/+6
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-2/+30
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-081-0/+7
* I found a typo!Colin T.A. Gray2017-11-221-1/+1
* Allow multiple process_record() calls per scanSeebs2017-11-211-0/+11
* Generic Pointing Device (#1767)Snipeye2017-10-061-0/+10
* Don't process keycodes on the slaveFred Sundvik2017-09-301-28/+35
* Add support for GeminiPR steno protocol.Joe Wasson2017-07-271-0/+6