Configuration

Configuration

TODO — describe the available config keys and lighting profiles.

-- config.lua (placeholder)
Config = {
    DefaultProfile = 'standard',
    Profiles = {
        standard = {
            -- TODO
        },
    },
}