Added brightness to example
This commit is contained in:
parent
333913a924
commit
c54f4fea6c
@ -45,6 +45,7 @@ All of these values can be set by default for when the keyboard boots.
|
|||||||
from kmk.extensions.led import AnimationModes
|
from kmk.extensions.led import AnimationModes
|
||||||
led_ext = LED(
|
led_ext = LED(
|
||||||
led_pin=led_pin,
|
led_pin=led_pin,
|
||||||
|
brightness=100,
|
||||||
brightness_step=5,
|
brightness_step=5,
|
||||||
brightness_limit=100,
|
brightness_limit=100,
|
||||||
breathe_center=1.5,
|
breathe_center=1.5,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user