aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added comments and made function name clearerJeremiah2017-05-141-13/+18
* whoopsJeremiah2017-05-141-2/+2
* faster, less bits :)Jeremiah2017-05-141-9/+2
* faster and less bits... againJeremiah2017-05-131-6/+5
* faster and less bitsJeremiah2017-05-131-18/+15
* should be using matrix_row_tJeremiah2017-05-131-3/+3
* a bit smallerJeremiah2017-05-131-6/+6
* a bit smallerJeremiah2017-05-131-18/+35
* improvementsJeremiah2017-05-131-23/+16
* anti-ghost improvement for older keyboards with empty spots in matrixJeremiah2017-05-131-6/+30
* Implement faux-clicky featurePriyadi Iman Nurcahyo2017-02-131-0/+6
* Minor cleanupNikolaus Wittenstein2017-02-051-0/+1
* added mods status bit to visualizer.SjB2017-01-171-1/+1
* Use keyboard config for nkro (#7)IBNobody2016-09-061-1/+3
* Makefile fixes and update of VisualizerFred Sundvik2016-07-071-0/+8
* Enable serial_link support for ChibiOSFred Sundvik2016-07-061-2/+9
* reverts #343 for the most part (#474)Jack Humbert2016-07-041-45/+62