diff options
| author | Joel Challis | 2025-01-08 04:12:54 +0100 |
|---|---|---|
| committer | GitHub | 2025-01-08 04:12:54 +0100 |
| commit | 6facb7a079740f975c41c9ae8d95f0735097933e (patch) | |
| tree | 56754c717b484d78b43ffefaea8796973b38ca12 /docs/feature_userspace.md | |
| parent | bcee1d2f2e17f85f75d67e32c809ae76bd3803ef (diff) | |
Convert stray legacy warn/info docs panels (#24799)
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`) |