[Docs] fix typo and remove trailing whitespace (#15842)

This commit is contained in:
JayceFayne 2022-01-12 01:07:24 +00:00 committed by GitHub
parent 1f618c8302
commit 93e55605d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ MUSIC_ENABLE = no
## Layers ## Layers
There are also some options for layers, that can reduce the firmware size. All of these settngs are for your `config.h`. There are also some options for layers, that can reduce the firmware size. All of these settings are for your `config.h`.
You can limit the number of layers that the firmware uses -- if you're using less than 8 layers in total: You can limit the number of layers that the firmware uses -- if you're using less than 8 layers in total:
```c ```c
@ -103,7 +103,7 @@ which outputs `WPM: 005`.
## RGB Settings ## RGB Settings
If you're using RGB on your board, both RGB Light (Underglow) and RGB Matrix (per key RGB) now require defines to enable different animations -- some keyboards enable a lot of animations by default, so you can generally gain back some space by disabling specific animations if you don't use them.. For RGB Light you can disable these in your keymap's `config.h`: If you're using RGB on your board, both RGB Light (Underglow) and RGB Matrix (per key RGB) now require defines to enable different animations -- some keyboards enable a lot of animations by default, so you can generally gain back some space by disabling specific animations if you don't use them. For RGB Light you can disable these in your keymap's `config.h`:
```c ```c
#undef RGBLIGHT_ANIMATIONS #undef RGBLIGHT_ANIMATIONS
#undef RGBLIGHT_EFFECT_BREATHING #undef RGBLIGHT_EFFECT_BREATHING