diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-02 14:07:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 14:07:01 -0400 |
commit | d53a8e36ca17f988b7b1df754478baf2e87597e6 (patch) | |
tree | 1f9d789b94e90c691e84c4bd9e2b499b28baf8da /app/boards/shields/iris/Kconfig.shield | |
parent | 48a3729ffe269527bea948147f0b83ba1a1fa86d (diff) | |
parent | 6e8f19028a58d5238aa75b3fef3551e2cedaebdc (diff) |
Merge pull request #151 from kurtis-lew/iris
Added Iris Shield
Diffstat (limited to 'app/boards/shields/iris/Kconfig.shield')
-rw-r--r-- | app/boards/shields/iris/Kconfig.shield | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/boards/shields/iris/Kconfig.shield b/app/boards/shields/iris/Kconfig.shield new file mode 100644 index 0000000..370bd22 --- /dev/null +++ b/app/boards/shields/iris/Kconfig.shield @@ -0,0 +1,8 @@ +# Copyright (c) 2020 Pete Johanson, Kurtis Lew +# SPDX-License-Identifier: MIT + +config SHIELD_IRIS_LEFT + def_bool $(shields_list_contains,iris_left) + +config SHIELD_IRIS_RIGHT + def_bool $(shields_list_contains,iris_right) |