diff options
author | mantas <mantas@tarakonas.lt> | 2021-01-30 14:03:00 +0200 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-02-03 23:49:59 -0500 |
commit | b4d63fb52cde20f910e0bd05724e80370c441981 (patch) | |
tree | 036a9895686f2f3a143fd7c1022b2891dcd7659c /app/boards/shields/crbn/crbn.conf | |
parent | c94943da1c31c295c063811336cb3a7bee983ccc (diff) |
feat(shields) Add encoder support to CRBN
Pin A maps to A2 (F5), pin B to A3 (F4).
Added keymappings to encoder on default and lower layers.
Diffstat (limited to 'app/boards/shields/crbn/crbn.conf')
-rw-r--r-- | app/boards/shields/crbn/crbn.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/boards/shields/crbn/crbn.conf b/app/boards/shields/crbn/crbn.conf index e69de29..15f65fb 100644 --- a/app/boards/shields/crbn/crbn.conf +++ b/app/boards/shields/crbn/crbn.conf @@ -0,0 +1,3 @@ +# Uncomment lines below to enable encoder +# CONFIG_EC11=y +# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
\ No newline at end of file |