summaryrefslogtreecommitdiffstats
path: root/docs/hardware_drivers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hardware_drivers.md')
-rw-r--r--docs/hardware_drivers.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hardware_drivers.md b/docs/hardware_drivers.md
index 46e6a7101..336bc908e 100644
--- a/docs/hardware_drivers.md
+++ b/docs/hardware_drivers.md
@@ -25,3 +25,7 @@ You can make use of uGFX within QMK to drive character and graphic LCD's, LED ar
## WS2812 (AVR Only)
Support for WS2811/WS2812{a,b,c} LED's. For more information see the [RGB Light](feature_rgblight.md) page.
+
+## IS31FL3731 (AVR Only)
+
+Support for up to 2 drivers. Each driver impliments 2 charlieplex matrices to individually address LEDs using I2C. This allows up to 144 same color LEDs or 32 RGB LEDs. For more information on how to setup the driver see the [RGB Matrix](feature_rgb_matrix.md) page.