summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2022-09-24 12:23:36 -0700
committerDrashna Jael're <drashna@live.com>2022-09-24 12:23:36 -0700
commit8478e96de635627fdb73ede672a49e9e65176f18 (patch)
treecb1c890ca659271cde095c99361284ca191d32df /docs
parent32204f4a0340e649d99f75065a112e6fe6b689d1 (diff)
parente88f0adcaed6432a0b1f7f7ea59e9928f0ff871a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/keymap.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/keymap.md b/docs/keymap.md
index ab8a255bc3..ddcf782140 100644
--- a/docs/keymap.md
+++ b/docs/keymap.md
@@ -92,11 +92,10 @@ These keycodes allow the processing to fall through to lower layers in search of
For this example we will walk through an [older version of the default Clueboard 66% keymap](https://github.com/qmk/qmk_firmware/blob/ca01d94005f67ec4fa9528353481faa622d949ae/keyboards/clueboard/keymaps/default/keymap.c). You'll find it helpful to open that file in another browser window so you can look at everything in context.
-There are 3 main sections of a `keymap.c` file you'll want to concern yourself with:
+There are 2 main sections of a `keymap.c` file you'll want to concern yourself with:
* [The Definitions](#definitions)
* [The Layer/Keymap Datastructure](#layers-and-keymaps)
-* [Custom Functions](#custom-functions), if any
### Definitions