diff options
author | QMK Bot <hello@qmk.fm> | 2023-07-30 04:23:13 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-07-30 04:23:13 +0000 |
commit | fa4d51dab735ae195e93ded9ab4210ef9852107b (patch) | |
tree | 924ac0c9fe7ad65a0b66d66af3696139dd040eb3 /docs | |
parent | 571b8bac826b12d7b837df8bf8bd8d2787f934b8 (diff) | |
parent | 14e14e9ab8420bf15929d07da389a08a6d79fe3c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/squeezing_avr.md | 2 |
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 ``` |