| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix encoder_init call order in keyboard_init (#19140) | Christopher Hoage | 2022-11-27 | 1 | -3/+3 |
* | Digitizer feature improvements (#19034) | Ryan | 2022-11-12 | 1 | -7/+0 |
* | Programmable Button API refactor and improve docs (#18641) | Ryan | 2022-10-15 | 1 | -7/+0 |
* | Implement split comms watchdog (#18599) | Dasky | 2022-10-06 | 1 | -0/+4 |
* | Start Bluetooth API (#18366) | Ryan | 2022-09-29 | 1 | -10/+5 |
* | Start moving towards introspection-based data retrieval (#18441) | Nick Brassel | 2022-09-29 | 1 | -3/+2 |
* | Move Bluetooth-related function calls up to host/keyboard level (#18274) | Ryan | 2022-09-07 | 1 | -3/+12 |
* | [Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA... | Stefan Kerkmann | 2022-08-06 | 1 | -64/+74 |
* | Move Pointing Device Initialization (#17740) | Drashna Jaelre | 2022-07-21 | 1 | -3/+4 |
* | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) | precondition | 2022-06-23 | 1 | -1/+1 |
* | [Core] Add Caps Word feature to core (#16588) | Pascal Getreuer | 2022-05-14 | 1 | -0/+7 |
* | Move disable_jtag to platforms (#16960) | Joel Challis | 2022-04-29 | 1 | -14/+0 |
* | Implement XAP 'secure' core requirements (#16843) | Joel Challis | 2022-04-16 | 1 | -0/+4 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-04-09 | 1 | -1/+1 |
|\ |
|
| * | [Bug] Fix matrix scan reporting interval (#16825) | Simon Arlott | 2022-04-09 | 1 | -1/+1 |
* | | Rename TICK to TICK_EVENT to prevent naming conflicts (#16649) | Stefan Kerkmann | 2022-03-14 | 1 | -1/+1 |
|/ |
|
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -15/+43 |
* | Relocate matrix_init_quantum content (#15953) | Joel Challis | 2022-01-23 | 1 | -0/+44 |
* | Align location of some host led logic (#15954) | Joel Challis | 2022-01-22 | 1 | -26/+0 |
* | Relocate matrix_scan_quantum tasks (#15882) | Joel Challis | 2022-01-19 | 1 | -0/+70 |
* | Slight tidy up of keyboard task loop (#15725) | Joel Challis | 2022-01-09 | 1 | -35/+48 |
* | Fix develop after recent changes (#14975) | Joel Challis | 2021-10-28 | 1 | -0/+3 |
* | Relocate protocol files within tmk_core/common/ (#14972) | Joel Challis | 2021-10-28 | 1 | -0/+3 |
* | Remove SERIAL_MOUSE (#14969) | Joel Challis | 2021-10-28 | 1 | -10/+0 |
* | Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888) | Joel Challis | 2021-10-24 | 1 | -0/+6 |
* | Remove QWIIC_DRIVERS (#14174) | Joel Challis | 2021-10-09 | 1 | -10/+0 |
* | Move converter specific tmk_core protocols (#14743) | Joel Challis | 2021-10-07 | 1 | -10/+0 |
* | Remove SERIAL_LINK feature (#14727) | Joel Challis | 2021-10-07 | 1 | -7/+0 |
* | Purge uGFX. (#14720) | Nick Brassel | 2021-10-07 | 1 | -8/+0 |
* | Add Support for USB programmable buttons (#12950) | Thomas Weißschuh | 2021-09-15 | 1 | -0/+7 |
* | Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) | Joel Challis | 2021-09-15 | 1 | -6/+0 |
* | `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315) | JayceFayne | 2021-09-08 | 1 | -1/+1 |
* | `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302) | JayceFayne | 2021-09-08 | 1 | -1/+1 |
* | [Core] Refactor OLED to allow easy addition of other types (#13454) | Xelus22 | 2021-08-24 | 1 | -3/+3 |
* | Fix issues with VIA EEPROM init and bring in line with eeconfig functionality... | Drashna Jaelre | 2021-08-20 | 1 | -3/+3 |
* | Migrate platform independent code from tmk_core -> quantum (#13673) | Joel Challis | 2021-08-18 | 1 | -0/+569 |