-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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
Sonix SLED1734x RGB matrix support #21081
Closed
Closed
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
`CUSTOM_MATRIX = shared` This custom matrix alternative allows for precise timing control on the matrix scan, as needed with shared matrix keyboards. The user has to bring his own matrix_scan function, but not rewrite the whole matrix code.
This is a shared matrix driver. It handles both RGB pwm and key matrix scan.
introducing flexibility on matrix tasks timing. matrix state can now be locked when we don't need a matrix scan
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
swap the logic, introduce prototypes & readme
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This reverts commit dc9b0a4.
This reverts commit d241419.
stock matrix_scan function is a glorified custom function by default. Time to actually be one
stock matrix_scan function is a glorified custom function by default. Time to actually be one
this allows user override without compromising the rest of matrix.c
this allows user override without compromising the rest of matrix.c
This reverts commit d4b3b50.
declare the matrix scanned after each col pass
non-standard approach. This hijacks the matrix functions but leaves the matrix scan out.
* add ozone tactical * Remove trash * Update copyright header
BSK-01 support
* Add designedbyGG Ironclad support ICL-01 v1 and v2 * linter gone wild here let's do something more.. readable * bump debounce time for ironlad to 10ms
This reverts commit 5d2bd0e.
quantum.h inclusion got removed with qmk#21507 add the relevant headers to fix build
github-actions
bot
added
keyboard
keymap
python
cli
qmk cli command
via
Adds via keymap and/or updates keyboard for via support
dependencies
labels
Jul 21, 2023
14 tasks
we can afford to do less and bigger data transfers. Performance metrics show it's faster than more transfers with less payload
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cli
qmk cli command
core
dependencies
documentation
keyboard
keymap
python
via
Adds via keymap and/or updates keyboard for via support
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
Basic support for SLED1734X LED driver.
This is the SLED1734X (SSOP 28pins): I2C variant of the generic SLED1734 chip.
Default configuration is for RGB matrix type 3 ( max 256 LEDS on 2 split frames)
Types of Changes
Issues Fixed or Closed by This PR
Checklist