Skip to content

Commit

Permalink
Correct "less than" to "up to" in squeezing_avr?id=layers (qmk#21639)
Browse files Browse the repository at this point in the history
  • Loading branch information
3geek14 authored and cheeze2000 committed Jul 31, 2023
1 parent 7593dd7 commit c8e708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/squeezing_avr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit c8e708b

Please sign in to comment.