From 915235186f0c4b8978ff8707d75fbdb209cc8d83 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sun, 30 Jul 2023 04:24:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@14e14e9ab8420bf15929d07da389a08a6d79fe3c=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- squeezing_avr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squeezing_avr.md b/squeezing_avr.md index d5ced573826..241b3e7826b 100644 --- a/squeezing_avr.md +++ b/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 ```