Added brightness to example

This commit is contained in:
nogg3r5 2022-06-28 06:33:52 +01:00 committed by Kyle Brown
parent 333913a924
commit c54f4fea6c

View File

@ -45,6 +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_step=5,
brightness_limit=100,
breathe_center=1.5,