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

IS31FL3733 driver for LED Matrix #15088

Merged
merged 1 commit into from
Jan 9, 2022
Merged

Conversation

myst729
Copy link
Contributor

@myst729 myst729 commented Nov 8, 2021

Description

After reading source code of LED matrix, I noticed that the work for supporting IS31FL3733 has partially done. But I've no idea why it wasn't finished since then.

I port an IS31FL3733 driver for LED matrix, almost the same way as how IS31FL3731 was ported. Simply add following lines in rules.mk to use it:

LED_MATRIX_ENABLE = yes
LED_MATRIX_DRIVER = IS31FL3733

The documentation needs to be updated accordingly, could be highly similar to IS31FL3731 section though.

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).

@github-actions github-actions bot added the core label Nov 8, 2021
@myst729 myst729 force-pushed the is3733-led-matrix branch 2 times, most recently from 605b478 to f2cfe79 Compare November 8, 2021 05:29
@drashna drashna requested a review from a team November 8, 2021 22:54
@drashna
Copy link
Member

drashna commented Nov 8, 2021

This would need to target develop.

@myst729 myst729 changed the base branch from master to develop November 9, 2021 01:41
@myst729 myst729 changed the title IS31FL3733 driver for LED Matrix WIP: IS31FL3733 driver for LED Matrix Nov 9, 2021
@myst729 myst729 force-pushed the is3733-led-matrix branch 2 times, most recently from 66dd4fd to b8cfda8 Compare November 9, 2021 03:36
@myst729 myst729 changed the title WIP: IS31FL3733 driver for LED Matrix IS31FL3733 driver for LED Matrix Nov 9, 2021
@myst729
Copy link
Contributor Author

myst729 commented Nov 9, 2021

Edited to branch from qmk/develop and PR back.

@tzarc tzarc requested review from fauxpark and a team December 27, 2021 00:55
@drashna drashna merged commit 82d3bdb into qmk:develop Jan 9, 2022
@myst729 myst729 deleted the is3733-led-matrix branch February 7, 2022 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants