~ruther/qmk_firmware

387edab5 — Nick Brassel 3 years ago
Fixup #15029 (#15031)

634e42b2 — Joel Challis 3 years ago
Revert to old init order for host driver (#15029)

* Partially revert 14888
0ecd4926 — Nick Brassel 3 years ago
Fix build failures caused by #12947. (#15019)

* Fix build failures caused by #12947. Unknown if this actually works.

* qmk format-c
699e69be — Nick Brassel 3 years ago
Fixup LED matrix. (#15020)

2326c8f7 — Purdea Andrei 3 years ago
overnumpad controller: Add support for turning off solenoid enable in low power. (#15021)

b87b402e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
87fc9507 — James Young 3 years ago
Add Redox Media Configurator Data (#15013)

464d67c6 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
2761b17b — Albert Y 3 years ago
Clarify placement of configuration options (#15015)

Co-authored-by: filterpaper <filterpaper@localhost>
76fb5440 — Purdea Andrei 3 years ago
haptic: Feature to disable it when usb port is not configured or suspended. (#12692)

This also add support for specifying a LED pin to indicate haptic status,
and also adds support for a haptic-enable pin, which is useful to turn off
the boost converter on the solenoid driver.
85d94d0c — Drashna Jaelre 3 years ago
[Keyboard] Fix size issues on pistachio pro via keymap (#15017)

e7987dde — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
72f94daa — Drashna Jaelre 3 years ago
[Keyboard] Fix compilation size issues for Canary 60 RGB (#15016)

d05b3da8 — Drashna Jaelre 3 years ago
[Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)

89e5e4e7 — Drashna Jaelre 3 years ago
[Keymap] Fix missing return for oled task in drashna userspace (#15012)

8812e372 — Drashna Jaelre 3 years ago
[Keyboard] Fix missing return for oled task on Arabica37 (#15011)

4bc1b124 — Drashna Jaelre 3 years ago
[Keyboard] Fix missing return for oled task on Lefty (#15010)

2173b537 — Albert Y 3 years ago
Add Pixel Rain RGB Matrix effect (#14155)

* Add Pixel animation header file

* Add Pixel animation to documentation

* Add Pixel animation to core include file

* Remove unintended spaces

* Remove seeding of PRNG

* Increase frequency of lit keys

Co-authored-by: filterpaper <filterpaper@localhost>
0c725017 — donicrosby 3 years ago
Enable de-ghosting for RGB/LED matrix on all ISSI LED drivers (#14508)

* Initial work for de-ghost enable

* Dumb mistake with the redefine

* Added Copywrite stuff on source files

* Fixed whitespace errors

* Added support for all ISSI LED drivers

* Updated docs for support for ISSI LED driver pull-up pull-down

* Applied clang format

* Added 'boolean' flag to enable de-ghosting for the is31fl3731 IC

* Fixed some of the grammer in the docs

* Fixed comment placement and grammer of comment

* Fixed whitespace errors from lint

Co-authored-by: donicrosby <donicrosby1995@gmail.com>
7ae0f371 — Joel Challis 3 years ago
Add support to persist MD LED framework settings (#14980)

* Add support to persist MD LED framework settings

* avoid out-of-bounds errors when SmartEEPROM is not enabled

* Update brightness defaults

* clang
Next