-
Notifications
You must be signed in to change notification settings - Fork 18
.ini Rules
cajhin edited this page Jan 1, 2021
·
4 revisions
File is read on startup, and on Reload (ESC+R).
Whole file is converted to lowercase.
Everything following the comment char '#' is deleted.
All GLOBALs, regardless of their position, are evaluated on startup and reload. It does not matter if GLOBALs appear under layers, they are always active for all layers.
Section [layer_{currentLayer}] is assembled on every layer change. All INCLUDEs are replaced with the referenced section.
All sections that are neither [layer_{currentLayer}], nor included by it, are ignored. You can create dummy sections with arbitrary names which will always be ignored, as long as they are not included anywhere.
All valid keywords (OPTION, REWIRE, COMBO, ALPHA*) inside the assembled layer are evaluated.