~ruther/qmk_firmware

fa4d51dab735ae195e93ded9ab4210ef9852107b — QMK Bot 1 year, 9 months ago 571b8ba + 14e14e9
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/squeezing_avr.md
M docs/squeezing_avr.md => docs/squeezing_avr.md +1 -1
@@ 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`.

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
#define LAYER_STATE_8BIT
```

Do not follow this link