]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/config_options.md
Fix breathing always on for soft PWM (#5983)
[qmk_firmware.git] / docs / config_options.md
index 7418e8dbf99ce36f278677e0e63858cbf542fc35..eb0a441cccc34e8a2decf57f3b1c35eb1070eabe 100644 (file)
@@ -80,7 +80,7 @@ This is a C header file that is one of the first things included, and will persi
 * `#define BACKLIGHT_LEVELS 3`
   * number of levels your backlight will have (maximum 15 excluding off)
 * `#define BACKLIGHT_BREATHING`
-  * enables backlight breathing (only works with backlight pins B5, B6 and B7)
+  * enables backlight breathing
 * `#define BREATHING_PERIOD 6`
   * the length of one backlight "breath" in seconds
 * `#define DEBOUNCE 5`