9 lines
258 B
Text
9 lines
258 B
Text
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DT_COMPAT_ZMK_LED_STRIP_COMPOSITE := zmk,led-strip-composite
|
|
|
|
config LED_STRIP_COMPOSITE
|
|
bool
|
|
default $(dt_compat_enabled,$(DT_COMPAT_ZMK_LED_STRIP_COMPOSITE))
|
|
depends on LED_STRIP
|