forked from mirrors/qmk_firmware
[Docs] fix typo and remove trailing whitespace (#15842)
This commit is contained in:
parent
1f618c8302
commit
93e55605d9
1 changed files with 18 additions and 18 deletions
|
@ -60,7 +60,7 @@ MUSIC_ENABLE = no
|
|||
|
||||
## 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:
|
||||
```c
|
||||
|
@ -103,7 +103,7 @@ which outputs `WPM: 005`.
|
|||
|
||||
## 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
|
||||
#undef RGBLIGHT_ANIMATIONS
|
||||
#undef RGBLIGHT_EFFECT_BREATHING
|
||||
|
|
Loading…
Reference in a new issue