~ruther/qmk_firmware

be3205fa — Stefan Kerkmann 2 years ago
Minor board clean-up after #19780 (#21391)

Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)

fa4ea73b — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
a88a91c5 — Nick Brassel 2 years ago
Add riot auto-merge to `master` to trigger GH workflows. (#21390)

a87c74eb — Stefan Kerkmann 2 years ago
[Bug] Fix non-functional S3 wakeup / resume from suspense  (#19780)

* Update ChibiOS-Contrib for USB suspend fixes

* Remove S3 wakup workaround

ChibiOS OTGv1 driver has a remote wakeup bug that prevents the device to
resume it's operation. 02516cbc24647f522eee975e69cc0c8a925470eb 
introduced a hotfix that forcefully restarted the usb driver as a workaround. 
This workaround broke multiple boards which do not use this driver / 
peripheral. With the update of ChibiOS this hotfix is now obsolete.

* Remove restart_usb_driver overrides

they are no longer necessary as the workaround is not needed anymore
for stm32f4

* Remove unused RP_USB_USE_SOF_INTR defines

The SOF interrupt is enabled dynamically by the RP2040 usb driver
4aa765b7 — Joel Challis 2 years ago
Enable auto-merge of develop to riot (#21389)

3ebdb125 — Purdea Andrei 2 years ago
Chibios USB: Take into account if host wants remote wakeup or not (#21287)

According to the USB 2.0 spec, remote wakeup should be disabled by
default, and should only be enabled if the host explicitly requests
it. The chibios driver code already takes care of storing this
information, and returning it on GET_STATUS requests. However our
application code has been ignoring it so far.

This is a USB compliance issue, but also a bug that causes trouble
in some cases: On RP2040 targets this has been causing problems if
a key is held down while the keyboard is plugged in. The keyboard
would fail to enumerate until all keys are released. With this
change that behavior is fixed.

Note that for LUFA targets this is already done correctly.
Move `TAP_CODE_DELAY` to data driven (#21363)

dd164a05 — フィルターペーパー 2 years ago
GMMK/pro: Turn off RGB when suspended (#21370)

79da3a55 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
3a42fbb0 — James Young 2 years ago
Mechlovin Zed65 rev1 Touch-Up (#21373)

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT_65_ansi_tsangan to LAYOUT_65_ansi
1e5f2f51 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
3bf2b966 — James Young 2 years ago
Kibou Winter: rename LAYOUT to LAYOUT_tkl_ansi_wkl (#21372)

d18fc1cb — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
1cf20f45 — mechlovin 2 years ago
Update config.h (#21361)

ef547e90 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
884a348e — James Young 2 years ago
Kibou Harbour Layout Addition and Touch-Up (#21358)

* [style] friendly-format info.json

* [chore] correct layout data

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_65_ansi_blocker_tsangan_split_bs

* [enhancement] add LAYOUT_65_ansi_blocker_wkl_split_bs

* [chore] correct listed maintainer

Reference the maintainer's GitHub username.
Fix anchor IDs for some API references (#21345)

Move `TAPPING_TERM` to data driven (#21296)

Co-authored-by: Nick Brassel <nick@tzarc.org>
Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)

Co-authored-by: Nick Brassel <nick@tzarc.org>
Next