~ruther/qmk_firmware

0dfdae40 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
b54960a1 — Duncan Sutherland 2 years ago
correct `default_60_abnt2/keymap.c` ASCII diagram (#21397)

0f5db75a — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
2750e031 — フィルターペーパー 2 years ago
[Keyboard] Sofle: fix LED count (#21386)

c4ced70e — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
c3cd05c5 — James Young 2 years ago
Kibou Wendy Layout Additions and Touch-Up (#21367)

* [style] refactor keymaps

- use four-space indent
- grid-align keycodes
- use QMK-native keycode aliases

* [style] friendly-format info.json

* [chore] remove key overlaps in layout data

* [chore] correct key sequence

* [chore] add key labels

Add `label` keys to the JSON layout data to disambiguate which keys each
object is meant to represent.

Based on the original key sizes and positions as submitted by the
maintainer.

* [docs] add layout/matrix diagram

* [refactor] rename LAYOUT to LAYOUT_all

* [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift

* [enhancement] add LAYOUT_tkl_iso_split_bs_rshift

* [enhancement] enable Community Layout support
c814be02 — Nick Brassel 2 years ago
STM32H723 support (#21352)

ba055a9c — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
faf560f1 — James Young 2 years ago
Smith & Rune Iron160 Hotswap Touch-Up (#21376)

* [style] friendly-format info.json

- sort JSON keys in layouts object
  - remove instances of `w: 1`

* [chore] correct layout data

* [refactor] rename LAYOUT to LAYOUT_60_tsangan_hhkb

* [enhancement] add LAYOUT_60_ansi_tsangan_split_rshift

* [enhancement] enable Community Layout support

* [bugfix] write appropropriate keymaps

Neither the `default` nor `via` keymaps were written appropriately for
this keyboard.

This commit modifies both keymaps to be appropriate for
`60_tsangan_hhkb` layout.
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
Next