summaryrefslogtreecommitdiff
path: root/docs/hardware_drivers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hardware_drivers.md')
-rw-r--r--docs/hardware_drivers.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/hardware_drivers.md b/docs/hardware_drivers.md
index 6960bbcaa1..694d46971a 100644
--- a/docs/hardware_drivers.md
+++ b/docs/hardware_drivers.md
@@ -16,20 +16,20 @@ Support for addressing pins on the ProMicro by their Arduino name rather than th
16 16
17## SSD1306 OLED Driver 17## SSD1306 OLED Driver
18 18
19Support for SSD1306 based OLED displays. For more information see the [OLED Driver Feature](feature_oled_driver) page. 19Support for SSD1306 based OLED displays. For more information see the [OLED Driver Feature](features/oled_driver) page.
20 20
21## WS2812 21## WS2812
22 22
23Support for WS2811/WS2812{a,b,c} LED's. For more information see the [RGB Light](feature_rgblight) page. 23Support for WS2811/WS2812{a,b,c} LED's. For more information see the [RGB Light](features/rgblight) page.
24 24
25## IS31FL3731 25## IS31FL3731
26 26
27Support 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) page. 27Support 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](features/rgb_matrix) page.
28 28
29## IS31FL3733 29## IS31FL3733
30 30
31Support for up to a single driver with room for expansion. Each driver can control 192 individual LEDs or 64 RGB LEDs. For more information on how to setup the driver see the [RGB Matrix](feature_rgb_matrix) page. 31Support for up to a single driver with room for expansion. Each driver can control 192 individual LEDs or 64 RGB LEDs. For more information on how to setup the driver see the [RGB Matrix](features/rgb_matrix) page.
32 32
33## 24xx series external I2C EEPROM 33## 24xx series external I2C EEPROM
34 34
35Support for an external I2C-based EEPROM instead of using the on-chip EEPROM. For more information on how to setup the driver see the [EEPROM Driver](eeprom_driver) page. 35Support for an external I2C-based EEPROM instead of using the on-chip EEPROM. For more information on how to setup the driver see the [EEPROM Driver](drivers/eeprom) page.