aboutsummaryrefslogtreecommitdiffstats
path: root/docs/porting_your_keyboard_to_qmk_(arm_and_other_chibios_cpus).md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-02-11 14:59:58 +0000
committerGitHub <noreply@github.com>2020-02-11 14:59:58 +0000
commitfba99715551e2f106f550dd49984cd38cd8c73f4 (patch)
tree5be217e5d797a9c67ba030abb1b716c68422e5c8 /docs/porting_your_keyboard_to_qmk_(arm_and_other_chibios_cpus).md
parent310b2f1be43a9faa8599f143b459ae43e55393a4 (diff)
downloadfirmware-fba99715551e2f106f550dd49984cd38cd8c73f4.tar.gz
firmware-fba99715551e2f106f550dd49984cd38cd8c73f4.tar.bz2
firmware-fba99715551e2f106f550dd49984cd38cd8c73f4.zip
Align max backlight level in docs (#8142)
Diffstat (limited to 'docs/porting_your_keyboard_to_qmk_(arm_and_other_chibios_cpus).md')
-rw-r--r--docs/porting_your_keyboard_to_qmk_(arm_and_other_chibios_cpus).md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting_your_keyboard_to_qmk_(arm_and_other_chibios_cpus).md b/docs/porting_your_keyboard_to_qmk_(arm_and_other_chibios_cpus).md
index bce9f9dc9..22d3de852 100644
--- a/docs/porting_your_keyboard_to_qmk_(arm_and_other_chibios_cpus).md
+++ b/docs/porting_your_keyboard_to_qmk_(arm_and_other_chibios_cpus).md
@@ -38,7 +38,7 @@ To configure a keyboard where each switch is connected to a separate pin and gro
`BACKLIGHT_BREATHING` is a fancier backlight feature that adds breathing/pulsing/fading effects to the backlight. It uses the same timer as the normal backlight. These breathing effects must be called by code in your keymap.
-`BACKLIGHT_LEVELS` is how many levels exist for your backlight - max is 15, and they are computed automatically from this number.
+`BACKLIGHT_LEVELS` is how many levels exist for your backlight - max is 31, and they are computed automatically from this number.
## `/keyboards/<keyboard>/Makefile`