Skip to content

Commit

Permalink
Minor readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
droans committed Jan 5, 2023
1 parent 63d3f99 commit 34f5a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extended_macro/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ${KLIPPY_ENV}/pip install -r ${HOME}/requirements.txt

1. Create your Python script(s) with the function(s) you intend to use.
2. Create a function configuration file using `example/function_config.yaml` as reference. YAML is the allowed schema. The extension must be `yml` or `yaml`
3. In your Klipper config, add the `[extended_template]` section to define the location of your function config file.
3. In the `[extended_template]` section of your Klipper config, add the variable `path` with the value being the location of where you saved the config YAML file.

---
**Usage:**
Expand Down

0 comments on commit 34f5a06

Please sign in to comment.