From 565a72bf957061b1a7197922c3f3f4a88c13e647 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 25 Nov 2020 18:09:09 -0500 Subject: feat(shields): add tidbit and tidbit_19key shields --- app/boards/shields/tidbit/tidbit.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/boards/shields/tidbit/tidbit.conf (limited to 'app/boards/shields/tidbit/tidbit.conf') diff --git a/app/boards/shields/tidbit/tidbit.conf b/app/boards/shields/tidbit/tidbit.conf new file mode 100644 index 0000000..2909a85 --- /dev/null +++ b/app/boards/shields/tidbit/tidbit.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 -- cgit v1.2.3