diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-07 15:04:20 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-07 15:05:25 -0400 |
commit | 726fb4b76fdcf814787f6b9474bdc40b42c80699 (patch) | |
tree | cb8abef1309e135bc07e082782665efc5e2bd605 | |
parent | afc1c38866ca4ed5beceda7650de5068c7844942 (diff) |
Better default configs.
-rw-r--r-- | app/boards/shields/kyria/kyria.conf | 6 | ||||
-rw-r--r-- | app/boards/shields/lily58/lily58.conf | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/app/boards/shields/kyria/kyria.conf b/app/boards/shields/kyria/kyria.conf index e69de29..f4ab45a 100644 --- a/app/boards/shields/kyria/kyria.conf +++ b/app/boards/shields/kyria/kyria.conf @@ -0,0 +1,6 @@ +# Uncomment these two line to add support for encoders to your firmware +# CONFIG_EC11=y +# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y + +# Uncomment the following line to enable the Kyria OLED Display +# CONFIG_ZMK_DISPLAY=y diff --git a/app/boards/shields/lily58/lily58.conf b/app/boards/shields/lily58/lily58.conf index e69de29..73f0d9d 100644 --- a/app/boards/shields/lily58/lily58.conf +++ b/app/boards/shields/lily58/lily58.conf @@ -0,0 +1,2 @@ +# Uncomment the following line to enable the Lily58 OLED Display +# CONFIG_ZMK_DISPLAY=y |