summaryrefslogtreecommitdiff
path: root/src/config.h
AgeCommit message (Collapse)Author
2022-08-07Delay 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-21Add config file handling.Phil Jones
Single letter style arguments have been removed.