Enable auto-merge of develop to riot (#21389)
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)
GMMK/pro: Turn off RGB when suspended (#21370)
Merge remote-tracking branch 'origin/master' into develop
Mechlovin Zed65 rev1 Touch-Up (#21373)
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT_65_ansi_tsangan to LAYOUT_65_ansi
Merge remote-tracking branch 'origin/master' into develop
Kibou Winter: rename LAYOUT to LAYOUT_tkl_ansi_wkl (#21372)
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
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>
Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)
Move `TAPPING_TOGGLE` to data driven (#21360)
Merge remote-tracking branch 'origin/master' into develop
Verify max one keyboard addition during CI. (#21246)
Remove use of __flash within LED drivers (#21343)