-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Support IS31FL3741 and IS31FL3741A. #9201
Conversation
Please do not close this PR, you are making it more difficult to review. You may be asked to make changes, which you can do either by accepting the suggestions a reviewer may make, or by committing and pushing to the |
BTW, I have two commits with the melgeek branch. but it will be merge one PR with two commits automatically. how can I handle it ? |
You will need to create a separate branch and PR for the keyboard addition. |
OK. Thank you very much! I will do it. @fauxpark Hey. I have gave it a try. and found that If I create a new branch for Z70Ultra it will including the first commit of ISSI3741. what should I do? |
Don't branch off of the
For example. |
Done. Thank you! but I think the Travis CI will be failed, Cause it not including the 3741 driver. |
This PR should also solve issue #6101 . |
Yup, looks like it, and that's tagged in the op. Should close the issue when it's merged. |
Support IS31FL3741 and IS31FL3741A. (qmk#9201)
Hello, IS31Fl3741 has an Open/Short detection functionality. Has anyone tried it? |
@rea104 it is okay to start a new issue if it is a technically reasonable one like this. so please don't post it randomly. |
@melgeek001365 I have read your Z70Ultra firmware, and I noticed that you defined 1 driver and 2 driver addresses (same value) for compliancy reasons, which is not explained anywhere else. And what addresses are available (since each driver is a little different from others)? I'm trying to light an Adafruit IS31FL3741 breakout board (open sourced here) with a Pro Micro via I2C, but still have no luck. Could you add a doc section in RGB Matrix Lighting page? |
Until fairly recently the RGB Matrix code for certain ISSI LED drivers assumed two of them were present, even if you only had one on the actual PCB. This has now been fixed to allow from 1 to 4 drivers to be defined, however the IS31FL3741 code still only supports a single driver. So for that specific board it is probably due to copypaste. I've opened a PR to clean this up a bit further: #14760 |
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist