10 lines
251 B
Text
10 lines
251 B
Text
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
rsource "is31fl3743a/Kconfig"
|
|
|
|
config LEG_STRIP_INIT_PRIORITY
|
|
int "LED strip initialization priority"
|
|
default 90
|
|
help
|
|
System initialization priority for LED strip drivers.
|