Browse Source

Deploying to gh-pages from @ qmk/qmk_firmware@244f27ac277e14371157779bc1004b674b1fd39b 🚀

gh-pages
drashna 1 year ago
parent
commit
b5fdd1929b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      keymap.md

+ 1
- 2
keymap.md View File

@ -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. 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 Definitions](#definitions)
* [The Layer/Keymap Datastructure](#layers-and-keymaps) * [The Layer/Keymap Datastructure](#layers-and-keymaps)
* [Custom Functions](#custom-functions), if any
### Definitions ### Definitions


Loading…
Cancel
Save