Updated docs to match default states in led.py

This commit is contained in:
nogg3r5 2022-06-28 09:06:52 +01:00 committed by Kyle Brown
parent 1f8d66ce8c
commit 8db4cbbf94

View File

@ -45,7 +45,7 @@ All of these values can be set by default for when the keyboard boots.
from kmk.extensions.led import AnimationModes
led_ext = LED(
led_pin=led_pin,
brightness=100,
brightness=50,
brightness_step=5,
brightness_limit=100,
breathe_center=1.5,