diff options
author | QMK Bot <hello@qmk.fm> | 2025-01-08 03:13:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2025-01-08 03:13:29 +0000 |
commit | 8247f9e11446bfc6655b52177678eff7529c27dc (patch) | |
tree | 6ee31d693a9f317ba63e8bdc2269200feb6f65e9 /docs/feature_userspace.md | |
parent | 1cc42e8c6e41c0c7e7711f0a477dec246b4d3858 (diff) | |
parent | 95c74b6276c95fab5e04e22b1f1cd30aedead6fa (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/feature_userspace.md')
-rw-r--r-- | docs/feature_userspace.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/feature_userspace.md b/docs/feature_userspace.md index 1e7c3b37cd..d19b86cb46 100644 --- a/docs/feature_userspace.md +++ b/docs/feature_userspace.md @@ -74,8 +74,9 @@ Additionally, `config.h` here will be processed like the same file in your keyma The reason for this, is that `<name>.h` won't be added in time to add settings (such as `#define TAPPING_TERM 100`), and including the `<name.h>` file in any `config.h` files will result in compile issues. -!>You should use the `config.h` for [configuration options](config_options), and the `<name>.h` file for user or keymap specific settings (such as the enum for layer or keycodes) - +::: warning +You should use the `config.h` for [configuration options](config_options), and the `<name>.h` file for user or keymap specific settings (such as the enum for layer or keycodes) +::: ## Readme (`readme.md`) |