summaryrefslogtreecommitdiff
path: root/tmk_core/common/keyboard.c
Commit message (Expand)AuthorAge
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-17
* Port DEBUG_MATRIX_SCAN_RATE to core (#7029)Joel Challis2019-10-15
* clang-format changesskullY2019-08-30
* Remove superfluous JTAG disable code (#6445)fauxpark2019-08-20
* [Keyboard] Sol keyboard conversion to split common (#5773)XScorpion22019-05-06
* Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis2019-02-21
* Debounce refactor / API (#3720)Drashna Jaelre2019-02-14
|\
| * Whitespace cleanup.alex-ong2019-01-26
| * DO NOT USE - Removed debounce from TMK.alex-ong2019-01-26
| * Merge branch 'master' into debounce_refactorAlex Ong2019-01-04
| |\
| * | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong2018-08-29
* | | Add kb and user level keyboard initialization functions (#3113)Drashna Jaelre2019-02-14
| |/ |/|
* | adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4...ishtob2018-12-04
* | Move disable JTAG code from `keyboard_init` to `keyboard_setup`Danny Nguyen2018-11-02
|/
* Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2018-07-15
* Disable JTAG in keyboard initDrashna Jaelre2018-06-28
* Generate API docs from source code comments (#2491)skullydazed2018-03-22
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-08
* I found a typo!Colin T.A. Gray2017-11-22
* Allow multiple process_record() calls per scanSeebs2017-11-21
* Generic Pointing Device (#1767)Snipeye2017-10-06
* Don't process keycodes on the slaveFred Sundvik2017-09-30
* Add support for GeminiPR steno protocol.Joe Wasson2017-07-27
* added comments and made function name clearerJeremiah2017-05-14
* whoopsJeremiah2017-05-14
* faster, less bits :)Jeremiah2017-05-14
* faster and less bits... againJeremiah2017-05-13
* faster and less bitsJeremiah2017-05-13
* should be using matrix_row_tJeremiah2017-05-13
* a bit smallerJeremiah2017-05-13
* a bit smallerJeremiah2017-05-13
* improvementsJeremiah2017-05-13
* anti-ghost improvement for older keyboards with empty spots in matrixJeremiah2017-05-13
* Implement faux-clicky featurePriyadi Iman Nurcahyo2017-02-13
* Minor cleanupNikolaus Wittenstein2017-02-05
* added mods status bit to visualizer.SjB2017-01-17
* Use keyboard config for nkro (#7)IBNobody2016-09-06
* Makefile fixes and update of VisualizerFred Sundvik2016-07-07
* Enable serial_link support for ChibiOSFred Sundvik2016-07-06
* reverts #343 for the most part (#474)Jack Humbert2016-07-04
* Move LED strip initialization (#397)Eric Tang2016-06-12
* Clean up #343's code (#348)Eric Tang2016-05-24
* Optimize matrix scanning (#343)Eric Tang2016-05-23
* MAGIC functionality, AG swap in default layoutJack Humbert2016-04-16
* Minor Tweaks and DocumentationIBNobody2016-03-28
* Magic Key Overrides / Keyboard Lock / Forced NKROIBNobody2016-03-28
* Add keyboard_setup() and matrix_setup()tmk2015-05-19
* Merge commit '4d116a04e94cf0d19317d5b44e4fa9f34a3e5594'tmk2015-04-28
* Improve anti-ghosting behavior for fast typingMichael Tharp2015-04-23
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-10