X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Ffeature_userspace.md;h=2f119c8bde5dd2154246dc7c8c4749ad15020212;hb=e717dcaa09143615ae0b46bf625621f67a7b55ce;hp=d82d43138d7789c3c4d0d835267cce8ecd826fa0;hpb=3d446c6050b8dbb60e6d9be9247ed06b2af9d37a;p=qmk_firmware.git diff --git a/docs/feature_userspace.md b/docs/feature_userspace.md index d82d43138..2f119c8bd 100644 --- a/docs/feature_userspace.md +++ b/docs/feature_userspace.md @@ -110,7 +110,7 @@ QMK has a bunch of [functions](custom_quantum_functions.md) that have [`_quantum However, you can actually add support for keymap version, so that you can use it in both your userspace and your keymap! -For instance, lets looks at the `layer_state_set_user` function. Lets enable the [Tri Layer State](ref_functions.md#olkb-tri-layers) functionalitly to all of our boards, and then still have your `keymap.c` still able to use this functionality. +For instance, let's look at the `layer_state_set_user()` function. You can enable the [Tri Layer State](ref_functions.md#olkb-tri-layers) functionality on all of your boards, while also retaining the Tri Layer functionality in your `keymap.c` files. In your `` file, you'd want to add this: ```c