index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
split_common
/
transport.c
Age
Commit message (
Expand
)
Author
2022-02-12
Format code according to conventions (#16322)
QMK Bot
2022-01-26
Deprecate split transactions status field (#16023)
Stefan Kerkmann
2021-08-22
Make solo half of split keyboards (more) usable. (#13523)
Joakim Tufvegren
2021-06-18
Extensible split data sync (#11930)
Nick Brassel
2021-05-29
run: qmk cformat --core-only
James Young
2021-05-14
Fix spelling mistake regarding LED Matrix in split_common. (#12888)
Joakim Tufvegren
2021-05-02
[CI] Format code according to conventions (#12772)
github-actions[bot]
2021-05-01
Fixing transport's led/rgb matrix suspend state logic (#12770)
XScorpion2
2021-04-22
[CI] Format code according to conventions (#12650)
github-actions[bot]
2021-04-22
LED Matrix: Split (#12633)
Ryan
2021-03-03
Format code according to conventions (#12088)
github-actions[bot]
2021-03-03
Split RGB Matrix (#11055)
XScorpion2
2021-02-16
Format code according to conventions (#11928)
github-actions[bot]
2021-02-16
Split transport mirror (#11046)
XScorpion2
2021-01-17
`qmk cformat`
Nick Brassel
2020-12-17
Fix duplicate I2C_KEYMAP_START define (#11237)
Ryan
2020-12-17
Add modifier state to the split keyboard transport (#10400)
Casey Webster
2020-12-01
[Split] Sync Timer feature (#10997)
XScorpion2
2020-03-25
Run clang-format manually to fix recently changed files (#8552)
Joel Challis
2020-03-23
Add Word Per Minute calculation feature (#8054)
brickbots
2019-12-02
Remove check for EH define (#7525)
Danny
2019-08-30
clang-format changes
skullY
2019-07-16
Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)
Drashna Jaelre
2019-06-02
Fix compilation error when I2C and encoder is enabled for split code
Danny Nguyen
2019-05-07
[Split] fix split_common i2c backlight disabling (#3886)
Rainer Clasen
2019-04-19
Change split_common to use RGBLIGHT_SPLIT (#5509)
Takeshi ISHII
2019-04-03
Added encoder support to split common code (#5477)
XScorpion2
2019-03-23
Add support for RGB LEDs wired directly to each half's controller (#5392)
Danny
2019-03-20
Fix i2c splits with >8 columns (#5454)
James Churchill
2019-03-15
rgblight split transfer non-eeprom config (#5396)
Len Trigg
2019-03-12
Next set of split_common changes (#4974)
James Churchill
2019-01-17
Simplify split_common Code significantly (#4772)
James Churchill