Correct "less than" to "up to" in squeezing_avr?id=layers (#21639)
This commit is contained in:
parent
03b3840942
commit
14e14e9ab8
|
@ -75,7 +75,7 @@ MUSIC_ENABLE = no
|
||||||
|
|
||||||
There are also some options for layers, that can reduce the firmware size. All of these settings 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 up to 8 layers in total:
|
||||||
```c
|
```c
|
||||||
#define LAYER_STATE_8BIT
|
#define LAYER_STATE_8BIT
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue