aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_backlight.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_backlight.md')
-rw-r--r--docs/feature_backlight.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/feature_backlight.md b/docs/feature_backlight.md
index a558af64e..2adb16e4a 100644
--- a/docs/feature_backlight.md
+++ b/docs/feature_backlight.md
@@ -93,18 +93,18 @@ BACKLIGHT_DRIVER = pwm
93 93
94On AVR boards, QMK automatically decides which driver to use according to the following table: 94On AVR boards, QMK automatically decides which driver to use according to the following table:
95 95
96|Backlight Pin|AT90USB64/128|ATmega16/32U4|ATmega16/32U2|ATmega32A|ATmega328/P| 96|Backlight Pin|AT90USB64/128|AT90USB162|ATmega16/32U4|ATmega16/32U2|ATmega32A|ATmega328/P|
97|-------------|-------------|-------------|-------------|---------|-----------| 97|-------------|-------------|----------|-------------|-------------|---------|-----------|
98|`B1` | | | | |Timer 1 | 98|`B1` | | | | | |Timer 1 |
99|`B2` | | | | |Timer 1 | 99|`B2` | | | | | |Timer 1 |
100|`B5` |Timer 1 |Timer 1 | | | | 100|`B5` |Timer 1 | |Timer 1 | | | |
101|`B6` |Timer 1 |Timer 1 | | | | 101|`B6` |Timer 1 | |Timer 1 | | | |
102|`B7` |Timer 1 |Timer 1 |Timer 1 | | | 102|`B7` |Timer 1 |Timer 1 |Timer 1 |Timer 1 | | |
103|`C4` |Timer 3 | | | | | 103|`C4` |Timer 3 | | | | | |
104|`C5` |Timer 3 | |Timer 1 | | | 104|`C5` |Timer 3 |Timer 1 | |Timer 1 | | |
105|`C6` |Timer 3 |Timer 3 |Timer 1 | | | 105|`C6` |Timer 3 |Timer 1 |Timer 3 |Timer 1 | | |
106|`D4` | | | |Timer 1 | | 106|`D4` | | | | |Timer 1 | |
107|`D5` | | | |Timer 1 | | 107|`D5` | | | | |Timer 1 | |
108 108
109All other pins will use timer-assisted software PWM: 109All other pins will use timer-assisted software PWM:
110 110