-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RGBW support to PWM and SPI drivers for ChibiOS #14327
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fauxpark
requested changes
Sep 6, 2021
Co-authored-by: Ryan <[email protected]>
fauxpark
approved these changes
Sep 8, 2021
tzarc
approved these changes
Sep 18, 2021
cadusk
pushed a commit
to cadusk/qmk_firmware
that referenced
this pull request
Sep 19, 2021
* qmk/develop: (24 commits) [Keyboard] Fix BT rules for dosa40rgb (qmk#14497) [Keyboard] Add Gentleman65 (qmk#12971) [Keyboard] Add new keyboard quick17 (qmk#13703) [Keyboard] Add superuser keyboard (qmk#13840) [Keyboard] Add dyz60 (qmk#13864) [Keymap] GMMK Pro keymap (qmk#14389) [Keyboard] Add support for Coarse60 (qmk#14416) [Keymap] Added Brazilian keymap for BM40RGB (qmk#14431) [Keyboard] Fix dosa40rgb compilation issues (qmk#14491) Improvements to handling of disconnected split keyboards. (qmk#14033) Add RGBW support to PWM and SPI drivers for ChibiOS (qmk#14327) [Keymap] Add 'j4ckofalltrades' keymap for sofle/rev1 (qmk#14446) [Keyboard] Add Dosa40RGB + dtisaac01 (qmk#14476) [Keymap] Major Updates to Personal Kyria Keymap (qmk#14485) fix link error for helix/rev3_5rows:five_rows (qmk#14466) Nix Studio OXALYS80 Refactor (qmk#14473) [Keyboard] Move Planck EZ off 'Proton C' board (qmk#14479) [Keyboard] Move Moonlander off 'Proton C' board (qmk#14478) Update rules.mk for xbows keyboard (qmk#14477) [Keymap] Adding personal keymap (qmk#14326) ...
ptrxyz
pushed a commit
to ptrxyz/qmk_firmware
that referenced
this pull request
Apr 9, 2022
* Add RGBW support to PWM and SPI drivers for ChibiOS * Apply suggestions from code review Co-authored-by: Ryan <[email protected]> Co-authored-by: Ryan <[email protected]>
BorisTestov
pushed a commit
to BorisTestov/qmk_firmware
that referenced
this pull request
May 23, 2024
* Add RGBW support to PWM and SPI drivers for ChibiOS * Apply suggestions from code review Co-authored-by: Ryan <[email protected]> Co-authored-by: Ryan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds support for RGBW LEDs to the PWM and SPI Drivers for ChibiOS.
PWM driver has support added upstream, so mirrors that.
SPI driver doesn't, but appears to be able to support it, with minimal modification.
Todo: Test changes.
Types of Changes
Checklist