| Commit message (Expand) | Author | Age | Files | Lines |
* | [BUG] Massdrop develop rgb fix (#12022) | Nick Brassel | 2021-02-26 | 1 | -3/+0 |
* | Split transport mirror (#11046) | XScorpion2 | 2021-02-16 | 1 | -19/+43 |
* | Refactor platform logic within print.h (#11863) | Joel Challis | 2021-02-14 | 1 | -0/+1 |
* | Remove FAUXCLICKY feature (deprecated) (#11829) | Drashna Jaelre | 2021-02-09 | 1 | -6/+0 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-05 | 1 | -7/+5 |
|\ |
|
| * | Manually run formatting job (#11797) | Joel Challis | 2021-02-05 | 1 | -7/+5 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-03 | 1 | -1/+1 |
|\| |
|
| * | Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776) | Drashna Jaelre | 2021-02-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2021-01-28 | 1 | -2/+9 |
|\| |
|
| * | add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489) | Takeshi ISHII | 2021-01-28 | 1 | -2/+9 |
* | | Keep track of encoder activity (#11595) | Nick Brassel | 2021-01-21 | 1 | -3/+21 |
* | | Keep track of last matrix activity. (#11552) | Nick Brassel | 2021-01-18 | 1 | -6/+7 |
* | | Revert "Keep track of last matrix activity (#10730)" | Nick Brassel | 2021-01-15 | 1 | -7/+6 |
* | | Keep track of last matrix activity (#10730) | Nick Brassel | 2021-01-12 | 1 | -6/+7 |
* | | [Split] Sync Timer feature (#10997) | XScorpion2 | 2020-12-01 | 1 | -0/+2 |
|/ |
|
* | 2020 November 28 Breaking Changes Update (#11053) | James Young | 2020-11-28 | 1 | -0/+21 |
* | Add references for is_keyboard_left() (#10850) | Drashna Jaelre | 2020-11-18 | 1 | -0/+6 |
* | Hid joystick interface (#4226) | a-chol | 2020-08-29 | 1 | -0/+7 |
* | Move encoder_read to common location (#9003) | Joel Challis | 2020-06-03 | 1 | -0/+10 |
|\ |
|
| * | Move encoder_read to common location | zvecr | 2020-05-02 | 1 | -0/+10 |
* | | Move dip switch init to back of the init process (#9233) | Drashna Jaelre | 2020-06-03 | 1 | -0/+7 |
* | | Provide a mechanism for split keyboards to process key press on both halves (... | Joel Challis | 2020-05-03 | 1 | -1/+8 |
|/ |
|
* | Refactor rgblight_reconfig.h (#7773) | Takeshi ISHII | 2020-03-10 | 1 | -1/+1 |
* | Move rgblight and backlight task to common location (#7733) | Joel Challis | 2020-01-19 | 1 | -0/+10 |
* | VIA Configurator Refactor (#7268) | Wilba | 2020-01-03 | 1 | -0/+6 |
* | [Core] Optimize matrix processing (#7621) | Drashna Jaelre | 2019-12-16 | 1 | -4/+5 |
* | Fix FORCE_NKRO handling (#7601) | Joel Challis | 2019-12-11 | 1 | -0/+1 |
* | Move tmk_core/common/backlight to quantum/backlight (#6710) | Joel Challis | 2019-10-17 | 1 | -1/+3 |
* | Port DEBUG_MATRIX_SCAN_RATE to core (#7029) | Joel Challis | 2019-10-15 | 1 | -0/+24 |
* | clang-format changes | skullY | 2019-08-30 | 1 | -76/+62 |
* | Remove superfluous JTAG disable code (#6445) | fauxpark | 2019-08-20 | 1 | -2/+9 |
* | [Keyboard] Sol keyboard conversion to split common (#5773) | XScorpion2 | 2019-05-06 | 1 | -0/+19 |
* | Velocikey: Match RGB animation speed to typing speed (#3754) | Chris Lewis | 2019-02-21 | 1 | -0/+7 |
* | Debounce refactor / API (#3720) | Drashna Jaelre | 2019-02-14 | 1 | -15/+2 |
|\ |
|
| * | Whitespace cleanup. | alex-ong | 2019-01-26 | 1 | -3/+3 |
| * | DO NOT USE - Removed debounce from TMK. | alex-ong | 2019-01-26 | 1 | -6/+3 |
| * | Merge branch 'master' into debounce_refactor | Alex Ong | 2019-01-04 | 1 | -5/+19 |
| |\ |
|
| * | | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes. | Alex Ong | 2018-08-29 | 1 | -16/+6 |
* | | | Add kb and user level keyboard initialization functions (#3113) | Drashna Jaelre | 2019-02-14 | 1 | -0/+36 |
| |/
|/| |
|
* | | adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4... | ishtob | 2018-12-04 | 1 | -0/+10 |
* | | Move disable JTAG code from `keyboard_init` to `keyboard_setup` | Danny Nguyen | 2018-11-02 | 1 | -5/+9 |
|/ |
|
* | Integrating Peter Fleury's HD44780 LCD library (#3209) | Max Audron | 2018-07-15 | 1 | -0/+3 |
* | Disable JTAG in keyboard init | Drashna Jaelre | 2018-06-28 | 1 | -1/+6 |
* | Generate API docs from source code comments (#2491) | skullydazed | 2018-03-22 | 1 | -2/+30 |
* | Merge ChibiOS and LUFA descriptor support (#2362) | fredizzimo | 2018-02-08 | 1 | -0/+7 |
* | I found a typo! | Colin T.A. Gray | 2017-11-22 | 1 | -1/+1 |
* | Allow multiple process_record() calls per scan | Seebs | 2017-11-21 | 1 | -0/+11 |
* | Generic Pointing Device (#1767) | Snipeye | 2017-10-06 | 1 | -0/+10 |
* | Don't process keycodes on the slave | Fred Sundvik | 2017-09-30 | 1 | -28/+35 |
* | Add support for GeminiPR steno protocol. | Joe Wasson | 2017-07-27 | 1 | -0/+6 |