blob: 683a4f5e2d39fa0a6ed648d38d256b4573ce0a48 [file] [log] [blame]
option(
'id-led-group',
type : 'string',
value: 'enclosure_identify',
description : 'The identify LED group name'
)
option(
'long-press-time-ms',
type : 'integer',
value: 3000,
description : 'Time to long press the button'
)
option(
'lookup-gpio-base',
type : 'feature',
value: 'enabled',
description : 'Look up the GPIO base value in /sys/class/gpio. Otherwise use a base of 0.'
)