]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/hardware_drivers.md
Keymap: Add fauxclicky support to my keymap (#3625)
[qmk_firmware.git] / docs / hardware_drivers.md
index a298a8dc3520269dbbbf071d324654c5763b63c8..336bc908ef3ed53bb73e13c351f34c45045f4c14 100644 (file)
@@ -10,11 +10,11 @@ QMK is used on a lot of different hardware. While support for the most common MC
 
 # Available Drivers
 
-## ProMicro (AVR only)
+## ProMicro (AVR Only)
 
 Support for addressing pins on the ProMicro by their Arduino name rather than their AVR name. This needs to be better documented, if you are trying to do this and reading the code doesn't help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) and we can help you through the process.
 
-## SSD1306 (AVR only)
+## SSD1306 (AVR Only)
 
 Support for SSD1306 based OLED displays. This needs to be better documented, if you are trying to do this and reading the code doesn't help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) and we can help you through the process.
 
@@ -22,6 +22,10 @@ Support for SSD1306 based OLED displays. This needs to be better documented, if
 
 You can make use of uGFX within QMK to drive character and graphic LCD's, LED arrays, OLED, TFT, and other display technologies. This needs to be better documented, if you are trying to do this and reading the code doesn't help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) and we can help you through the process.
 
-## WS2812 (AVR only)
+## 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.