Nick Brassel
a88a91c5ad
Add riot auto-merge to master
to trigger GH workflows. ( #21390 )
2023-06-26 23:03:45 +01:00
QMK Bot
91d129ca45
Merge remote-tracking branch 'origin/develop' into xap
2023-06-26 21:56:42 +00:00
Stefan Kerkmann
a87c74ebe1
[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. 02516cbc24
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
2023-06-26 23:55:52 +02:00
QMK Bot
14b08345af
Merge remote-tracking branch 'origin/develop' into xap
2023-06-26 21:55:11 +00:00
Joel Challis
4aa765b72e
Enable auto-merge of develop to riot ( #21389 )
2023-06-27 07:54:38 +10:00
QMK Bot
78680e1f09
Merge remote-tracking branch 'origin/develop' into xap
2023-06-26 08:37:34 +00:00
Purdea Andrei
3ebdb1258b
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.
2023-06-26 10:36:32 +02:00
QMK Bot
45e915431c
Merge remote-tracking branch 'origin/develop' into xap
2023-06-25 12:07:07 +00:00
Ryan
2f9f555add
Move TAP_CODE_DELAY
to data driven ( #21363 )
2023-06-25 22:06:31 +10:00
QMK Bot
07d4b7a359
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 18:56:12 +00:00
フィルターペーパー
dd164a0566
GMMK/pro: Turn off RGB when suspended ( #21370 )
2023-06-24 19:55:40 +01:00
QMK Bot
7ef085418a
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 18:55:38 +00:00
QMK Bot
79da3a550c
Merge remote-tracking branch 'origin/master' into develop
2023-06-24 18:55:03 +00:00
James Young
3a42fbb0c9
Mechlovin Zed65 rev1 Touch-Up ( #21373 )
...
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT_65_ansi_tsangan to LAYOUT_65_ansi
2023-06-24 19:54:23 +01:00
QMK Bot
69d5e39ae6
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 18:53:51 +00:00
QMK Bot
1e5f2f517b
Merge remote-tracking branch 'origin/master' into develop
2023-06-24 18:53:18 +00:00
James Young
3bf2b966ec
Kibou Winter: rename LAYOUT to LAYOUT_tkl_ansi_wkl ( #21372 )
2023-06-24 19:52:44 +01:00
QMK Bot
adbf89c00e
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 09:32:17 +00:00
QMK Bot
d18fc1cb92
Merge remote-tracking branch 'origin/master' into develop
2023-06-24 09:31:41 +00:00
mechlovin
1cf20f4587
Update config.h ( #21361 )
2023-06-24 10:31:07 +01:00
QMK Bot
6b882bf5db
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 08:34:23 +00:00
QMK Bot
ef547e909a
Merge remote-tracking branch 'origin/master' into develop
2023-06-24 08:33:51 +00:00
James Young
884a348e5d
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.
2023-06-24 01:33:18 -07:00
QMK Bot
f329a218ac
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 07:44:53 +00:00
Ryan
12edfc0c69
Fix anchor IDs for some API references ( #21345 )
2023-06-24 17:44:50 +10:00
Ryan
1e05bad1ba
Move TAPPING_TERM
to data driven ( #21296 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24 17:44:21 +10:00
QMK Bot
88600af349
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 07:38:34 +00:00
Ryan
4ae9bfd17a
Move RGBLIGHT_HUE/SAT/VAL_STEP
to data driven ( #21292 )
...
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24 17:37:54 +10:00
QMK Bot
151398a24f
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 07:13:58 +00:00
Ryan
6545eb64a0
Move RGB_MATRIX_HUE/SAT/VAL/SPD_STEP
to data driven ( #21354 )
2023-06-24 17:13:18 +10:00
QMK Bot
b3c6c5f211
Merge remote-tracking branch 'origin/develop' into xap
2023-06-24 07:10:58 +00:00
Ryan
8093b13365
Move TAPPING_TOGGLE
to data driven ( #21360 )
2023-06-24 17:10:22 +10:00
QMK Bot
d5741f0f38
Merge remote-tracking branch 'origin/develop' into xap
2023-06-23 23:23:28 +00:00
QMK Bot
658b6aa3a6
Merge remote-tracking branch 'origin/master' into develop
2023-06-23 23:22:55 +00:00
Nick Brassel
ac64e06079
Verify max one keyboard addition during CI. ( #21246 )
2023-06-24 09:22:14 +10:00
QMK Bot
8cb4a7141a
Merge remote-tracking branch 'origin/develop' into xap
2023-06-23 21:51:05 +00:00
Joel Challis
3156cf6da0
Remove use of __flash within LED drivers ( #21343 )
2023-06-23 22:50:31 +01:00
QMK Bot
0b08b078ce
Merge remote-tracking branch 'origin/develop' into xap
2023-06-23 20:54:31 +00:00
QMK Bot
b2a7420a22
Merge remote-tracking branch 'origin/master' into develop
2023-06-23 20:53:58 +00:00
dependabot[bot]
c1929dc5c7
Bump tj-actions/changed-files from 36 to 37 ( #21356 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36 to 37.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36...v37 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-23 21:53:24 +01:00
QMK Bot
4e57dc7332
Merge remote-tracking branch 'origin/develop' into xap
2023-06-23 19:32:02 +00:00
Nick Brassel
416af0171c
Remove CORTEX_ENABLE_WFI_IDLE from keyboards. ( #21353 )
...
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase.
* Turn on CORTEX_ENABLE_WFI_IDLE by default.
2023-06-23 20:31:25 +01:00
QMK Bot
4bcbccd78d
Merge remote-tracking branch 'origin/develop' into xap
2023-06-23 16:49:47 +00:00
QMK Bot
173f54cf1f
Merge remote-tracking branch 'origin/master' into develop
2023-06-23 16:49:07 +00:00
James Young
882f7838fd
Jaykeeb Skyline: correct layout data ( #21350 )
2023-06-23 09:48:32 -07:00
QMK Bot
4ea8083028
Merge remote-tracking branch 'origin/develop' into xap
2023-06-23 10:21:27 +00:00
QMK Bot
c1c18855f8
Merge remote-tracking branch 'origin/master' into develop
2023-06-23 10:20:53 +00:00
James Young
75f5428d1d
Jaykeeb Orba Layout Addition and Touch-Up ( #21349 )
...
* [chore] correct layout data
* [chore] rename LAYOUT to LAYOUT_625u_space
* [style] friendly-format info.json
* [enhancement] add LAYOUT_7u_space
2023-06-23 03:20:18 -07:00
QMK Bot
58c4fbfd22
Merge remote-tracking branch 'origin/develop' into xap
2023-06-23 09:39:21 +00:00
QMK Bot
985eac4ab0
Merge remote-tracking branch 'origin/master' into develop
2023-06-23 09:38:48 +00:00