Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Config Files

Liam edited this page Sep 17, 2022 · 7 revisions

LeanHRPT uses 3 configuration files, presets.ini, calibration.ini, projection.ini and gradients.ini.

Under Linux these files will be installed into $HOME/.config/leanhrpt/ (/usr/share/leanhrpt in the Debian package) on the first launch of the AppImage (TODO: no way of updating), however if a configuration file exists in the same directory as the executable, it will be used instead. Under Windows the same order of loading is followed, except the configuration directory is %APPDATA%/LeanHRPT/ and configuration files are not installed automatically.

Internally, LeanHRPT uses inipp to parse the configuration files, which allows for features such as variables, although the stock configuration files do not make use of this.

Clone this wiki locally