~ruther/qmk_firmware

4be9919e — Drashna Jael're 3 years ago
Merge remote-tracking branch 'origin/master' into develop
94b53502 — Yoshihiro Saito 3 years ago
[Keymap] Add yoshimaru46's keymap for Ergodash mini (#15191)

10c36032 — Callum Hart 3 years ago
[Keyboard] Add Keebcats Dougal PCB (#15168)

58e7527e — Kyle Gieselman 3 years ago
[Keyboard] Add MTBKeys MTB60 Keyboard (Solderable and Hotswap edition) (#14222)

Co-authored-by: Ryan <fauxpark@gmail.com>
4f764519 — James Young 3 years ago
Chalice: Fix QMK Configurator Implementation (#15206)

9cdbc040 — James Young 3 years ago
FFKeebs PĂșca Refactor (#15208)

26ae4321 — James Young 3 years ago
handwired/split89 Layout Macro Refactor (#15210)

d2b20692 — jfescobar18 3 years ago
[Keyboard] Add miniashen40 (#14238)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
a5155b98 — HenrĂ© Botha 3 years ago
[Docs] Clarify "nested" and "rolling" key sequences (#14655)

50dc313e — Drashna Jaelre 3 years ago
[Bug] Revert backlight pins on function call (#15205)

[CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204)

* [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in

* Update lib/python/qmk/cli/list/keymaps.py

Co-authored-by: Joel Challis <git@zvecr.com>

* Update lib/python/qmk/cli/list/layouts.py

Co-authored-by: Joel Challis <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>
b9148eb1 — Nick Brassel 3 years ago
[cli] Export list of `develop` PRs to be merged into `master` (#13944)

* Add developer-only command for exporting the list of PRs associated with a merge to `develop`.

* qmk pytest

* Imports.

* Remove dependencies from requirements file, manually handle.

* Reduce complexity, qmk generate-api taking too long so relying on CI
88eaf786 — Drashna Jaelre 3 years ago
[Bug] Fix missing variable for Backlight Breathing (#15199)

* [Bug] Fix missing varaible for Backlight Breathing

* Better fix

* formatting
cd50fdf7 — Joel Challis 3 years ago
Add diff logic to python format subcommand (#15156)

* Add diff logic to python format subcommand

* Update test

* Add in filter per format-c

* fix tests

* Update new workflow
aa712b5e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
b5d24f9e — Alexis Jeandeau 3 years ago
Call steno_set_mode inside eeconfig_init_user in the doc (#15176)

c5f1e979 — peepeetee 3 years ago
rename kprepublic bm keyboards to have a standardized naming format (#15047)

* change missed kprepublic readmes

* fix xiudi readmes

* initial change, see pr description

* change readmes

* changes names in readmes and device descriptors
cc7600cf — QMK Bot 3 years ago
Format code according to conventions (#15196)

e0a50569 — Mikkel Jeppesen 3 years ago
Made AVR backlight pwm resolution configurable (#7521)

* Made static backlight pwm resolution configurable

* Made breathing backlighting configurable too

* Finished my ifdef

* Ran clang-format

* Added missing semi-colon

* Solved weird behaviour by right-shifting the right amount

* Made breathing period scaled on actual pwm frequency

* Made the low end deadzone scaled on the top value

* Moved 'pwm_frequency' declaration outside ifdef

* Fixed 'never used' error

* Fixed 'never used' error

* Fixed breathing ISR to 120Hz

* Removed pwm_frequency constant
Constant is no longer needed since running the breathing ISR at a fixed 120Hz

* Re-add brightness limiting

* re-introduce scaling
121a2e0f — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Next