diff options
author | KemoNine <mcrosson@kemonine.info> | 2020-11-25 18:09:09 -0500 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-17 10:57:06 +0000 |
commit | 565a72bf957061b1a7197922c3f3f4a88c13e647 (patch) | |
tree | 1e9c3caab68df228340834db4d9c9ca2098b53b6 /app/boards/shields/tidbit/tidbit.conf | |
parent | b115f16f4ca73e655be2f64bc208b5f6f4b5c820 (diff) |
feat(shields): add tidbit and tidbit_19key shields
Diffstat (limited to 'app/boards/shields/tidbit/tidbit.conf')
-rw-r--r-- | app/boards/shields/tidbit/tidbit.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 |