9 lines
187 B
Text
9 lines
187 B
Text
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config ZMK_ANIMATION
|
|
bool "RGB Animations"
|
|
depends on I2C
|
|
depends on LED_STRIP
|
|
help
|
|
Enable RGB animations.
|