diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-27 00:21:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-27 00:21:14 -0400 |
| commit | 7944835ecfa3d019e4c2afeb12de80f36f4e16d1 (patch) | |
| tree | 5d408f352d8fe8267c9d917e254d331b23b4e236 /app/boards/shields/kyria/Kconfig.shield | |
| parent | f84a41de3e72c022edebc1a3e90df0aa140451e6 (diff) | |
| parent | 5ffd95694fafa4fb424c9f0122d6f07a486cd81f (diff) | |
Merge pull request #41 from petejohanson/boards/kyria-left-right-matrix-transform-fixes
Kyria left/right overlays, matrix transform fixes
Diffstat (limited to 'app/boards/shields/kyria/Kconfig.shield')
| -rw-r--r-- | app/boards/shields/kyria/Kconfig.shield | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/boards/shields/kyria/Kconfig.shield b/app/boards/shields/kyria/Kconfig.shield index 598fc81..7dee044 100644 --- a/app/boards/shields/kyria/Kconfig.shield +++ b/app/boards/shields/kyria/Kconfig.shield @@ -1,5 +1,8 @@ # Copyright (c) 2020 Pete Johanson # SPDX-License-Identifier: MIT -config SHIELD_KYRIA - def_bool $(shields_list_contains,kyria) +config SHIELD_KYRIA_LEFT + def_bool $(shields_list_contains,kyria_left) + +config SHIELD_KYRIA_RIGHT + def_bool $(shields_list_contains,kyria_right) |
