diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-10-16 02:42:38 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-10-16 21:50:58 -0400 |
commit | 01d2102c2326b86b0f87bb008c2a3eb3871e3963 (patch) | |
tree | de18f50d8534b7eb78f0d07ac11c4c4df6a2a129 /docs/src/templates/setup.sh.mustache | |
parent | e544d74948097864a9e0d846694ea16e5a443f22 (diff) |
refactor: Add js-yaml dep, scrtipt gen tweaks.
* Make the synthetic "base name" property double underscore prefixed,
since internal, and to avoid future conflicts w/ YAML format add'ns.
* Switch to PS hash dictionaries for our metadata collections for saner
data inspection/use.
Diffstat (limited to 'docs/src/templates/setup.sh.mustache')
-rw-r--r-- | docs/src/templates/setup.sh.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/setup.sh.mustache b/docs/src/templates/setup.sh.mustache index 03df993..54405fa 100644 --- a/docs/src/templates/setup.sh.mustache +++ b/docs/src/templates/setup.sh.mustache @@ -72,7 +72,7 @@ options=({{#keyboards}}"{{{name}}}" {{/keyboards}}) keyboards_id=({{#keyboards}}"{{id}}" {{/keyboards}}) keyboards_type=({{#keyboards}}"{{type}}" {{/keyboards}}) keyboards_arch=({{#keyboards}}"{{arch}}" {{/keyboards}}) -keyboards_basedir=({{#keyboards}}"{{base_dir}}" {{/keyboards}}) +keyboards_basedir=({{#keyboards}}"{{__base_dir}}" {{/keyboards}}) keyboards_split=({{#keyboards}}"{{#split}}y{{/split}}{{^split}}n{{/split}}" {{/keyboards}}) keyboards_shield=({{#keyboards}}"{{#compatible}}y{{/compatible}}{{^compatible}}n{{/compatible}}" {{/keyboards}}) |