diff options
author | Kevin <chenkevinh11@gmail.com> | 2020-08-29 18:12:12 -0700 |
---|---|---|
committer | Kevin <chenkevinh11@gmail.com> | 2020-08-29 18:12:12 -0700 |
commit | 1ffcbefd728f2b47fcbb5e4e8b117adf893f059a (patch) | |
tree | 316729e4cf875ed511c9530a15e569f1da837e2a | |
parent | 03319438553e68a29a8c66abc47686e0934afc71 (diff) |
Added encoder to unified conf file
-rw-r--r-- | app/boards/shields/lily58/lily58.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/boards/shields/lily58/lily58.conf b/app/boards/shields/lily58/lily58.conf index 73f0d9d..31eb7c6 100644 --- a/app/boards/shields/lily58/lily58.conf +++ b/app/boards/shields/lily58/lily58.conf @@ -1,2 +1,6 @@ +# Uncomment to enable encoder +# CONFIG_EC11=y +# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y + # Uncomment the following line to enable the Lily58 OLED Display # CONFIG_ZMK_DISPLAY=y |