Skip to content

Commit

Permalink
Update keymap.md (qmk#22834)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesneaky authored and Nathan committed Feb 11, 2024
1 parent 84dc357 commit b1743a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ At the top of the file you'll find this:

These are some handy definitions we can use when building our keymap and our custom function. The `GRAVE_MODS` definition will be used later in our custom function, and the following `_BL`, `_FL`, and `_CL` defines make it easier to refer to each of our layers.

Note: You may also find some older keymap files may also have a define(s) for `_______` and/or `XXXXXXX`. These can be used in place for `KC_TRNS` and `KC_NO` respectively, making it easier to see what keys a layer is overriding. These definitions are now unecessary, as they are included by default.
Note: You may also find some older keymap files may also have a define(s) for `_______` and/or `XXXXXXX`. These can be used in place for `KC_TRNS` and `KC_NO` respectively, making it easier to see what keys a layer is overriding. These definitions are now unnecessary, as they are included by default.

### Layers and Keymaps

Expand Down

0 comments on commit b1743a9

Please sign in to comment.