~ruther/qmk_firmware

083b4206 — Stefan Kerkmann 3 years ago
Chibios: Stop I2C peripheral on transaction error (#17798)

From the ChibiOS HAL I2C driver pages:

After a timeout the driver must be stopped and restarted because the bus is in
an uncertain state.

This commit does that stopping explicitly on any error that occurred, not only
timeouts. As all the i2c functions restart the peripheral if necessary it is
safe to do so.

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2899e69e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
d4bb5a98 — Spaceman 3 years ago
Add alternative Logos (#17787)

b8b2e999 — Daniel Kao 3 years ago
Constrain Cirque Pinnacle coordinates (#17803)

Static x & y should be the same type as touchData.xValue &
touchData.yValue: uint16_t.
Their delta could be larger than int8_t and should be constrained to
mouse_xy_report_t.
c982d6c5 — Joel Challis 3 years ago
Avoid OOB in dynamic_keymap_reset (#17695)

61da9286 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
0534b878 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
d1434b6d — Nick Brassel 3 years ago
Make `qmk doctor` print out the last log entry for upstream/{master,develop}, including dates (#17713)

501276a8 — Wilba 3 years ago
Added WT65-D (#17724)

1cf68476 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
b0b14cc4 — Álvaro A. Volpato 3 years ago
[Keyboard] Acheron Athena support (#16818)

Co-authored-by: Drashna Jaelre <drashna@live.com>
5d898a3d — Drashna Jaelre 3 years ago
[Docs] Updates to Pointing Device Docs (#17777)

24445062 — Charly Delay 3 years ago
bastardkb: fix info.json changes that got reverted during the last merge from `master` to `develop` (#17800)

* bastardkb: fix info.json changes that got reverted during the last merge from `master` to `develop`

* Remove board name from root folder `info.json`
9f5b71ba — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
77e48f5b — Olly Hayes 3 years ago
[Keymap] Add ollyhayes keymap (#16632)

9825b66c — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
ddae04bc — Leo Deng 3 years ago
[Keyboard] add DJam keyboard (#17430)

Co-authored-by: Joel Challis <git@zvecr.com>
1de6811e — Daniel Kao 3 years ago
Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654)

2456044d — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
91d911eb — shamit05 3 years ago
[Keyboard] Add Halokeys Elemental 75 (#17323)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Next