diff options
Diffstat (limited to 'app/boards/shields/tidbit/tidbit_19key.conf')
-rw-r--r-- | app/boards/shields/tidbit/tidbit_19key.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/boards/shields/tidbit/tidbit_19key.conf b/app/boards/shields/tidbit/tidbit_19key.conf new file mode 100644 index 0000000..2909a85 --- /dev/null +++ b/app/boards/shields/tidbit/tidbit_19key.conf @@ -0,0 +1,11 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +# Enable Encoders +CONFIG_EC11=y +CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y + +# Enable underglow +#CONFIG_ZMK_RGB_UNDERGLOW=y +# Use the STRIP config specific to the LEDs you're using +#CONFIG_WS2812_STRIP=y |