aboutsummaryrefslogtreecommitdiff
path: root/docs/hardware_drivers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hardware_drivers.md')
-rw-r--r--docs/hardware_drivers.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hardware_drivers.md b/docs/hardware_drivers.md
index a298a8dc3..46e6a7101 100644
--- a/docs/hardware_drivers.md
+++ b/docs/hardware_drivers.md
@@ -10,11 +10,11 @@ QMK is used on a lot of different hardware. While support for the most common MC
10 10
11# Available Drivers 11# Available Drivers
12 12
13## ProMicro (AVR only) 13## ProMicro (AVR Only)
14 14
15Support 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. 15Support 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.
16 16
17## SSD1306 (AVR only) 17## SSD1306 (AVR Only)
18 18
19Support 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. 19Support 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.
20 20
@@ -22,6 +22,6 @@ Support for SSD1306 based OLED displays. This needs to be better documented, if
22 22
23You 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. 23You 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.
24 24
25## WS2812 (AVR only) 25## WS2812 (AVR Only)
26 26
27Support for WS2811/WS2812{a,b,c} LED's. For more information see the [RGB Light](feature_rgblight.md) page. 27Support for WS2811/WS2812{a,b,c} LED's. For more information see the [RGB Light](feature_rgblight.md) page.