summaryrefslogtreecommitdiffstats
path: root/quantum/split_common/split_util.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old OLED API code (#21651)Ryan2023-07-311-3/+0
* Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)Ryan2023-07-221-4/+0
* [Bug] Fix compilation error when Split Watchdog enabled (#21543)Drashna Jaelre2023-07-201-0/+4
* haptic: naming cleanups (#21551)Ryan2023-07-211-0/+1
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-1/+1
* Remove `config.h` include from quantum files (#19817)jack2023-02-121-1/+0
* Implement split comms watchdog (#18599)Dasky2022-10-061-0/+43
* Move fake EE_HANDS (#18352)Dasky2022-09-161-0/+14
* Init eeconfig before reading handedness (#17256)Dasky2022-06-201-0/+4
* Move SPLIT_HAND_PIN setup to split_pre_init (#17271)Dasky2022-06-061-1/+4
* Allow larger SPLIT_USB_TIMEOUT with default SPLIT_USB_TIMEOUT_POLL (#17272)Dasky2022-06-011-1/+2
* Format code according to conventions (#16322)QMK Bot2022-02-121-8/+12
* Make solo half of split keyboards (more) usable. (#13523)Joakim Tufvegren2021-08-221-0/+51
* Avoid LTO conficts on arm_atsam (#13676)Joel Challis2021-07-241-1/+1
* Allow invert of SPLIT_HAND_PIN logic (#13433)Jameson Thatcher2021-07-051-0/+4
* Refactor of USB code within split_common (#11890)Joel Challis2021-02-281-46/+24
* Run cformat and dos2unix manually (#11235)Ryan2020-12-171-4/+4
* Normalise include statements in core code (#11153)Ryan2020-12-111-1/+1
* Fix SPLIT_KEYBOARD compilation for ATMega*U2, which doesn't have VBUS/OTG con...sol2020-10-021-1/+1
* add SPLIT_HAND_MATRIX_GRID support (#8685)Takeshi ISHII2020-07-041-0/+24
* Fixed slave-side keyboard half unresponsiveness (#9360)Adrian2020-06-101-1/+4
* Fix build. (#9163)Nick Brassel2020-05-221-1/+1
* Use LUFA funcs for split_util (#8594)Joel Challis2020-05-211-21/+44
* Split - Avoid race condition during matrix_init_quantum (#8235)Joel Challis2020-02-251-15/+14
* Reduce SPLIT_USB_TIMEOUT by 500ms (#7637)Joel Challis2020-02-041-4/+8
* Disable usb on slave half to resolve random 'lockup' (#7649)Joel Challis2019-12-161-1/+3
* Remove check for EH define (#7525)Danny2019-12-021-1/+1
* SPLIT - Remove NO_USB_STARTUP_CHECK requirement for usb detection (#7053)Joel Challis2019-10-171-0/+6
* ARM split - detect USB to select master/slave (#6424)Joel Challis2019-10-111-6/+27
* ARM split - Add bootmagic/magic keycodes for setting handedness (#6545)Joel Challis2019-09-241-2/+1
* clang-format changesskullY2019-08-301-49/+37
* Small fix to allow board to override split keyboard master checkzvecr2019-07-051-0/+1
* Add support for RGB LEDs wired directly to each half's controller (#5392)Danny2019-03-231-11/+21
* Next set of split_common changes (#4974)James Churchill2019-03-121-5/+0
* Simplify split_common Code significantly (#4772)James Churchill2019-01-171-105/+47
* Add explicit eeprom include in split_commonJames Churchill2019-01-031-0/+4
* Convert split_common to use generic GPIO apiJames Churchill2019-01-031-12/+3
* Fix Split Common Split_util.c typoDrashna Jaelre2018-12-281-1/+1
* Update split keyboard docs (#4735)Danny2018-12-281-2/+1
* Replace serial.c of quantum/split_common/ (#4669)Takeshi ISHII2018-12-241-6/+3
* Remove old declarationDrashna Jaelre2018-11-021-1/+0
* Move disable JTAG code from `keyboard_init` to `keyboard_setup`Danny Nguyen2018-11-021-14/+0
* Add pointer(?) to disable_JTAG to prevent compiler errors (#4310)Drashna Jaelre2018-10-311-6/+7
* Added JTAG disable code to the split_common (#4309)That-Canadian2018-10-311-0/+14
* split_common: fix backlight update for serial boardsChiang Fong Lee2018-09-271-7/+7
* Split common (#3429)That-Canadian2018-07-171-22/+31
* Lets split eh (#3120)That-Canadian2018-07-161-0/+145