docs and typos
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# LED (Mono color backlight)
|
||||
Want your keyboard to shine? Add some lights!
|
||||
|
||||
## Enabling the extention
|
||||
The only required values that you need to give the LED extention would be the
|
||||
## Enabling the extension
|
||||
The only required values that you need to give the LED extension would be the
|
||||
pixel pin, and the number of pixels/LED's. If using a split keyboard, this number
|
||||
is per side, and not the total of both sides.
|
||||
```python
|
||||
@@ -28,7 +28,7 @@ keyboard.extensions.append(led_ext)
|
||||
## Configuration
|
||||
All of these values can be set by default for when the keyboard boots.
|
||||
```python
|
||||
from kmk.extentions.led import AnimationModes
|
||||
from kmk.extensions.led import AnimationModes
|
||||
led_ext = LED(
|
||||
led_pin=led_pin,
|
||||
brightness_step=5,
|
||||
|
Reference in New Issue
Block a user