zmk/app/drivers/led/is31fl3733/Kconfig
2020-12-29 12:43:33 -08:00

20 lines
No EOL
533 B
Text

# Copyright (c) 2020 Cameron Banna
config IS31FL3733
bool "IS31FL3733 LED driver"
depends on I2C
help
Enable LED driver for IS31FL3733.
The IS31FL3733 is a general purpose 12 by 16 LED
matrix driver with 1/12 cycle rate. The device can be
programmed via an I2C compatible interface. Each
LED can be dimmed individually with 8-bit PWM data
which allowing 256 steps of linear dimming
config LED_INIT_PRIORITY
int "LED initialization priority"
default 90
help
System initialization priority for LED drivers.