summaryrefslogtreecommitdiffstats
path: root/quantum/split_common/transactions.c
Commit message (Expand)AuthorAgeFilesLines
* Add Split support for Haptic feedback (#19203)Drashna Jaelre2023-01-011-0/+45
* Implement split comms watchdog (#18599)Dasky2022-10-061-0/+33
* [Bug] Fix ST7565 handler deadlock (#18609)Stefan Kerkmann2022-10-051-1/+1
* [Core] rewrite locking in split transaction handlers (#18417)Stefan Kerkmann2022-10-051-33/+88
* [Core] guard RPC invocation by checking RPC info against crc checksum (#17840)Stefan Kerkmann2022-08-061-6/+12
* [Core] Use a mutex guard for split shared memory (#16647)Stefan Kerkmann2022-04-191-9/+8
* Asymmetric encoders, encoder tests. (#16068)Nick Brassel2022-03-081-2/+2
* Format code according to conventions (#16322)QMK Bot2022-02-121-43/+51
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-261-4/+3
* Enable a default task throttle for split pointing. (#15925)Dasky2022-01-261-1/+1
* Format code according to conventions (#15693)QMK Bot2021-12-311-1/+1
* Fix split pointing for analog joystick (#15691)Dasky2021-12-311-2/+4
* [Core] Split support for pointing devices. (#15304)Dasky2021-12-271-0/+79
* Manually format develop (#15003)Joel Challis2021-11-011-24/+24
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-2/+2
* Make solo half of split keyboards (more) usable. (#13523)Joakim Tufvegren2021-08-221-51/+51
* Fix ifdefs for OLED split sync code (#14017)Drashna Jaelre2021-08-151-2/+2
* Enable sync of OLED/ST7565 display on/off state on Splits (#13542)Drashna Jaelre2021-08-151-20/+88
* Switch split_common to CRC subsystem (#13418)Stefan Kerkmann2021-07-021-16/+1
* Extensible split data sync (#11930)Nick Brassel2021-06-181-0/+670