~ruther/qmk_firmware

85289e34 — Joel Challis 3 years ago
Various fixes for g_led_config lint warnings (#17104)

608fa515 — Joel Challis 3 years ago
Data driven `g_led_config` (#16728)

b7771ec2 — Joel Challis 3 years ago
RESET -> QK_BOOT default keymaps (#17037)

Rename keymap_extras headers for consistency (#16939)

f090881a — Drashna Jaelre 3 years ago
[Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine (#15657)

4d107fec — Stefan Kerkmann 3 years ago
Check for ongoing transfers on the OUT endpoint (#16974)

...when attempting to start a receiving USB transfer. Previously, we would
check on the IN endpoint which is the transmitting part of the USB endpoint.
This is wrong and lead to two USB transfers being started immediately
after each other in case of e.g. RAW HID endpoints:

1. When finishing an OUT transfer the low level USB driver calls the out_cb
callback, which in turn initiates another OUT transfer by calling
qmkusbDataReceived.

2. When the raw hid receive channel runs empty inside the raw_hid task,
another OUT transfer is started to potentially fill the channel again. This
happens by calling ibnotify.

Both events occur directly after each other, thus triggering the bug.
da632895 — QMK Bot 3 years ago
Format code according to conventions (#17096)

a899c097 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
94755308 — Mateusz Ż 3 years ago
Fix anchors with <code> in table of content (#15169)

db887e63 — Drashna Jaelre 3 years ago
Enhancement and fixes of "Secure" feature (#16958)

baa8d07f — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
3a543d89 — James Young 3 years ago
Eason Capsule65 Community Layout Support (#17090)

* capsule65.h: modify matrix diagram

Taken from the VIA layout data.

* rename LAYOUT to LAYOUT_all

* add LAYOUT_65_ansi macro

* add LAYOUT_65_ansi_blocker macro

* add LAYOUT_65_ansi_blocker_tsangan macro

* add LAYOUT_65_ansi_split_bs macro

* add LAYOUT_65_ansi_blocker_split_bs macro

* add LAYOUT_65_ansi_blocker_tsangan_split_bs macro

* add LAYOUT_65_iso macro

* add LAYOUT_65_iso_split_bs macro

* add LAYOUT_65_iso_blocker macro

* add LAYOUT_65_iso_blocker_split_bs macro

* add LAYOUT_65_iso_blocker_tsangan macro

* add LAYOUT_65_iso_blocker_tsangan_split_bs macro

* enable Community Layout support

* info.json: update maintainer value

This field is meant to reference the maintainer's GitHub username.
710e8c0c — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
90a43f98 — James Young 3 years ago
Axolstudio Foundation Gamma: Community Layout Support (#17080)

* LAYOUT_tkl_f13_ansi_tsangan support

Renames `LAYOUT_ansi_tsangan` to `LAYOUT_tkl_f13_ansi_tsangan`. Also enables Community Layout support.

* LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift support
c0f0f594 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
8c58af39 — James Young 3 years ago
Avalanche: add QMK Configurator data (#17092)

* avalanche/v1: add info.json

* avalanche/v2: add info.json

* avalanche/v3: add info.json
78a9e170 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
24f378e6 — James Young 3 years ago
Clickety Split Leeloo: QMK Configurator Fixes (#17093)

* info.json: fix key sequence error

* info.json: fix visual rendering

Clarify the physical locations of the keys.

* info.json: update maintainer field

This field is meant to reference the maintainer's GitHub username.
cd8d2b7f — Drashna Jaelre 3 years ago
Revert "Fix kinetic mouse mode (#16951)" (#17095)

3eb65586 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Next