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

[Feature Request] Split Keyboard support for IS31FL3737 #24081

Closed
1 of 4 tasks
vinaykomaravolu opened this issue Jul 8, 2024 · 1 comment
Closed
1 of 4 tasks

[Feature Request] Split Keyboard support for IS31FL3737 #24081

vinaykomaravolu opened this issue Jul 8, 2024 · 1 comment

Comments

@vinaykomaravolu
Copy link

Feature Request Type

  • Core functionality
  • Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  • Alteration (enhancement/optimization) of existing feature(s)
  • New behavior

Description

I see that for IS31FL3731 LED driver qmk supports split keyboards using two drivers with same address for each split keyboard:

For split keyboards using RGB_MATRIX_SPLIT with an LED driver, you can either have the same driver address or different driver addresses. If using different addresses, use IS31FL3731_I2C_ADDRESS_1 for one and IS31FL3731_I2C_ADDRESS_2 for the other one. Then, in g_is31fl3731_leds, fill out the correct driver index (0 or 1). If using one address, use IS31FL3731_I2C_ADDRESS_1 for both, and use index 0 for g_is31fl3731_leds.

Is this supported for IS31FL3737 LED driver as well? If not can we get this supported?

@fauxpark
Copy link
Member

fauxpark commented Jul 8, 2024

This is part of the LED/RGB Matrix feature itself, the driver is irrelevant.

@fauxpark fauxpark closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants