Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-07 | Delay scaling of percentage values. | Phil Jones | |
The config file code now delays calculation of percentage values until `config_fix_percentages()` is called. This allows the config file to be parsed before output configuration is complete, thus allowing `--output` and `--late-keyboard-init` to be specified in the config file. | |||
2022-06-21 | Add config file handling. | Phil Jones | |
Single letter style arguments have been removed. |