summaryrefslogtreecommitdiff
path: root/docs/squeezing_avr.md
diff options
context:
space:
mode:
author3geek14 <nerd.of.pi@gmail.com>2023-07-30 00:22:39 -0400
committerGitHub <noreply@github.com>2023-07-30 14:22:39 +1000
commit14e14e9ab8420bf15929d07da389a08a6d79fe3c (patch)
tree4f6c7c2fb39410fc976694574a7a772347d2f69d /docs/squeezing_avr.md
parent03b38409427a6dff976137df7aba1252fb52e6c5 (diff)
Correct "less than" to "up to" in squeezing_avr?id=layers (#21639)
Diffstat (limited to 'docs/squeezing_avr.md')
-rw-r--r--docs/squeezing_avr.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/squeezing_avr.md b/docs/squeezing_avr.md
index d5ced57382..241b3e7826 100644
--- a/docs/squeezing_avr.md
+++ b/docs/squeezing_avr.md
@@ -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
```