Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-14 | [Core] Add Caps Word feature to core (#16588) | Pascal Getreuer | |
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-04-29 | Move disable_jtag to platforms (#16960) | Joel Challis | |
2022-04-16 | Implement XAP 'secure' core requirements (#16843) | Joel Challis | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-04-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-04-09 | [Bug] Fix matrix scan reporting interval (#16825) | Simon Arlott | |
2022-03-14 | Rename TICK to TICK_EVENT to prevent naming conflicts (#16649) | Stefan Kerkmann | |
2022-02-12 | Format code according to conventions (#16322) | QMK Bot | |
2022-01-23 | Relocate matrix_init_quantum content (#15953) | Joel Challis | |
* Relocate matrix_init_quantum content * Update include order * Fix cherry pick from 15722 | |||
2022-01-22 | Align location of some host led logic (#15954) | Joel Challis | |
* Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message | |||
2022-01-19 | Relocate matrix_scan_quantum tasks (#15882) | Joel Challis | |
* Move matrix_scan_quantum tasks * Fix tests * Fix up missing refs | |||
2022-01-09 | Slight tidy up of keyboard task loop (#15725) | Joel Challis | |
2021-10-28 | Fix develop after recent changes (#14975) | Joel Challis | |
* Fix sleep led issues * Fix tests | |||
2021-10-28 | Relocate protocol files within tmk_core/common/ (#14972) | Joel Challis | |
* Relocate non platform files within tmk_core/common/ * clang | |||
2021-10-28 | Remove SERIAL_MOUSE (#14969) | Joel Challis | |
2021-10-24 | Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888) | Joel Challis | |
2021-10-09 | Remove QWIIC_DRIVERS (#14174) | Joel Challis | |
2021-10-07 | Move converter specific tmk_core protocols (#14743) | Joel Challis | |
2021-10-07 | Remove SERIAL_LINK feature (#14727) | Joel Challis | |
* Remove SERIAL_LINK * more stale paths in doxygen-todo * Fix * More refs * Update testing docs * Update doxygen-todo Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-07 | Purge uGFX. (#14720) | Nick Brassel | |
* Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX. | |||
2021-09-15 | Add Support for USB programmable buttons (#12950) | Thomas Weißschuh | |
2021-09-15 | Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) | Joel Challis | |
2021-09-08 | `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315) | JayceFayne | |
2021-09-08 | `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302) | JayceFayne | |
2021-08-24 | [Core] Refactor OLED to allow easy addition of other types (#13454) | Xelus22 | |
* add docs * core changes * update keyboards to new OLED * updated users to new OLED * update layouts to new OLED * fixup docs * drashna's suggestion * fix up docs * new keyboards with oled * core split changes * remaining keyboard files * Fix The Helix keyboards oled options * reflect develop Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: mtei <2170248+mtei@users.noreply.github.com> | |||
2021-08-20 | Fix issues with VIA EEPROM init and bring in line with eeconfig ↵ | Drashna Jaelre | |
functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-08-18 | Migrate platform independent code from tmk_core -> quantum (#13673) | Joel Challis | |
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum |