]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/config_options.md
Fix backlight breathing on C6 (#6102)
[qmk_firmware.git] / docs / config_options.md
index f4035809a7870e5e18a9c962e4679a6ff800709f..55d25d4c88dd612f485429966f1014b50c5afb9d 100644 (file)
@@ -76,7 +76,7 @@ This is a C header file that is one of the first things included, and will persi
 * `#define B7_AUDIO`
   * enables audio on pin B7 (duophony is enables if one of B[5-7]\_AUDIO is enabled along with one of C[4-6]\_AUDIO)
 * `#define BACKLIGHT_PIN B7`
-  * pin of the backlight - B5, B6, B7 use PWM, others use softPWM
+  * pin of the backlight - `B5`, `B6`, `B7` and `C6` (and `D4` on ATmega32A) use hardware PWM, others use software implementation
 * `#define BACKLIGHT_LEVELS 3`
   * number of levels your backlight will have (maximum 15 excluding off)
 * `#define BACKLIGHT_BREATHING`