summaryrefslogtreecommitdiffstats
path: root/quantum/keyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Add Caps Word feature to core (#16588)Pascal Getreuer2022-05-141-0/+7
| | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Move disable_jtag to platforms (#16960)Joel Challis2022-04-291-14/+0
|
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-161-0/+4
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-04-091-1/+1
|\
| * [Bug] Fix matrix scan reporting interval (#16825)Simon Arlott2022-04-091-1/+1
| |
* | Rename TICK to TICK_EVENT to prevent naming conflicts (#16649)Stefan Kerkmann2022-03-141-1/+1
|/
* Format code according to conventions (#16322)QMK Bot2022-02-121-15/+43
|
* Relocate matrix_init_quantum content (#15953)Joel Challis2022-01-231-0/+44
| | | | | | | * Relocate matrix_init_quantum content * Update include order * Fix cherry pick from 15722
* Align location of some host led logic (#15954)Joel Challis2022-01-221-26/+0
| | | | | | | | | | | | | * Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
* Relocate matrix_scan_quantum tasks (#15882)Joel Challis2022-01-191-0/+70
| | | | | | | * Move matrix_scan_quantum tasks * Fix tests * Fix up missing refs
* Slight tidy up of keyboard task loop (#15725)Joel Challis2022-01-091-35/+48
|
* Fix develop after recent changes (#14975)Joel Challis2021-10-281-0/+3
| | | | | * Fix sleep led issues * Fix tests
* Relocate protocol files within tmk_core/common/ (#14972)Joel Challis2021-10-281-0/+3
| | | | | * Relocate non platform files within tmk_core/common/ * clang
* Remove SERIAL_MOUSE (#14969)Joel Challis2021-10-281-10/+0
|
* Begin to carve out platform/protocol API - Migrate keyboard_* calls (#14888)Joel Challis2021-10-241-0/+6
|
* Remove QWIIC_DRIVERS (#14174)Joel Challis2021-10-091-10/+0
|
* Move converter specific tmk_core protocols (#14743)Joel Challis2021-10-071-10/+0
|
* Remove SERIAL_LINK feature (#14727)Joel Challis2021-10-071-7/+0
| | | | | | | | | | | | | | | | | * 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>
* Purge uGFX. (#14720)Nick Brassel2021-10-071-8/+0
| | | | | | | * Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
* Add Support for USB programmable buttons (#12950)Thomas Weißschuh2021-09-151-0/+7
|
* Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)Joel Challis2021-09-151-6/+0
|
* `ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315)JayceFayne2021-09-081-1/+1
|
* `OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302)JayceFayne2021-09-081-1/+1
|
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix issues with VIA EEPROM init and bring in line with eeconfig ↵Drashna Jaelre2021-08-201-3/+3
| | | | | functionality (#13243) Co-authored-by: Ryan <fauxpark@gmail.com>
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+569
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum