~ruther/qmk_firmware

4d74839d — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
90fe668d — Albert Y 2 years ago
Enable bootmagic (#19191)

d648eb42 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
4a87af0e — Drashna Jaelre 2 years ago
[Keymap] Drashna updates for 0.19 (#19175)

* Fix up bastardkb boards since blackpill support is officially added.
  * Check for blackpill version, not elite c.
  * Add checks in chibiOS config since multiple ARM controllers supported.
  * Rework rules.mk for keymaps to better handle arm vs avr support
* Start moving away from `matrix_*_*` functions.
  * `housekeeping_task_*` instead of `matrix_scan_*`
  * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` 
* Add ℂℴmⅈℂ unicode input method.
* Clean up unicode code to be more compact and flexible.
* Remove/move Pro Micro LED commands to userspace and better filter them
* Fixup OLED code
  * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation
  * Make unicode mode render much more compact/simple.
* Make qmk secrets more self contained
* Remove custom implementation of split watchdog
c146563f — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
Fix Czech sendstring LUT (#19193)

9ddb0165 — JayceFayne 2 years ago
fix typo (#19189)

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'
Next