~ruther/qmk_firmware

393a37c0 — Joel Challis 2 years ago
Update files changed action (#19172)

4ae75259 — Felix Kuehling 2 years ago
Bug17281 - Retain momentary layers until the end of tapping (#17282)

* Make process_tapping more readable

Move most #ifdefs into conditionally defined macros to make the logic
easier to follow.

* Retain momentary layers until the end of tapping

This allows mod-tap and layer-tap keys on layers to behave as expected.

Bug: https://github.com/qmk/qmk_firmware/issues/17281

* Add tests for delayed mod/layer release while tapping

Mods and layer key release is delayed while tapping is in progress to
ensure that the tap is registered with the modifier state and on the
layer where the key was first pressed.

Signed-off-by: Felix Kuehling <felix.kuehling@gmail.com>
baf573a1 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
d27b852f — Ryan Baker 2 years ago
new keyboard rb1 (#18164)

* rb1

* Update keymap.c

* Update keyboards/ryanbaekr/rb1/info.json

Co-authored-by: Ryan <fauxpark@gmail.com>

* Delete rb1.c

* Delete rb1.h

* Update keyboards/ryanbaekr/rb1/config.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/ryanbaekr/rb1/config.h

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/ryanbaekr/rb1/config.h

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
7e27e5e9 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
690eb4a4 — gshmu 2 years ago
Fix RWIN typo within keycode list (#19155)

fix typo
af703e6c — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
[Docs] Update reference_info_json.md (#18817)

* [Docs] Update reference_info_json.md

- Makes it easier to find keyboard.jsonschema.
- Adds a reference to the Data Driven page.

* Update docs/reference_info_json.md

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
1c2669f8 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
cbedec64 — Leo Lou 2 years ago
Add piantor (#18920)

* Add piantor

* Update keyboards/beekeeb/piantor/readme.md

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
d915ab59 — Gabriele Musco 2 years ago
Add udev rule for the WB32 DFU bootloader (#19135)

Co-authored-by: Ryan <fauxpark@gmail.com>
f3620b9a — Nick Brassel 2 years ago
Branch point for 2023q1 Breaking Change
40206741 — Nick Brassel 2 years ago
Merge remote-tracking branch 'upstream/develop'
9e78e65a — Nick Brassel 2 years ago
2022 Nov 26 changelog. (#19164)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
0ab03f8f — Joel Challis 2 years ago
Fix API errors in handwired/tractyl_manuform/5x6_right/arduinomicro (#19166)

cb57ec9c — Joel Challis 2 years ago
Revert lib/usbhost changes (#19165)

9b51f02f — Christopher Hoage 2 years ago
Fix encoder_init call order in keyboard_init (#19140)

Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)

ad7b095d — Nick Brassel 2 years ago
Fixup installation procedure for different Fedora versions. (#19159)

Joystick feature improvements (#19052)

Next