Skip to content
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
wants to merge 80 commits into from
Closed

Conversation

dexter93
Copy link
Contributor

@dexter93 dexter93 commented May 29, 2023

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

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

dexter93 and others added 30 commits October 15, 2022 19:49
`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>
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
dexter93 and others added 20 commits June 20, 2023 11:12
…_develop"

This reverts commit 406af93, reversing
changes made to cdea8af.
…32_develop"

This reverts commit cdea8af, reversing
changes made to dedc54a.
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
* 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
quantum.h inclusion got removed with qmk#21507
add the relevant headers to fix build
@github-actions 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
we can afford to do less and bigger data transfers. Performance metrics
show it's faster than more transfers with less payload
@dexter93 dexter93 closed this Jul 28, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants