summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-03 23:38:54 +0000
committerQMK Bot <hello@qmk.fm>2022-03-03 23:38:54 +0000
commitc6111aa2a26242821b6a38a2a24a2b24e0f639de (patch)
tree3788c41990667d64e4e17e7aa7702c0e1ef49fcb
parentd1bd5a01007194538f40d049d5df4cbfea619df9 (diff)
parente01307f265a9c82befd1fe725f04b3930a875230 (diff)
Merge remote-tracking branch 'origin/master' into develop
-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 4a147e0c66..62f0a5d290 100644
--- a/docs/squeezing_avr.md
+++ b/docs/squeezing_avr.md
@@ -34,7 +34,7 @@ Largest in size is "magic" -- the QMK magic keycodes -- which control things lik
If you've done all of that, and you don't want to disable features like RGB, Audio, OLEDs, etc, there are some additional options that you can add to your config.h that can help.
-Starting with Lock Key support. If you have an Cherry MX Lock switch (lucky you!), you don't want to do this. But chances are, you don't. In that case, add this to your `config.h`:
+Starting with Lock Key support. If you have a Cherry MX Lock switch (lucky you!), you don't want to do this. But chances are, you don't. In that case, add this to your `config.h`:
```c
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE