summaryrefslogtreecommitdiff
path: root/app/boards/shields/corne/Kconfig.shield
diff options
context:
space:
mode:
authorKellen Carey <kellen.carey@gmail.com>2020-08-16 12:05:05 -0700
committerGitHub <noreply@github.com>2020-08-16 12:05:05 -0700
commita2603d106a287eb4e89e03955fdcfe8026efd152 (patch)
tree0a757e59c28ea6dd787f7d6e6d308f81de7f1368 /app/boards/shields/corne/Kconfig.shield
parent5bfa4ba3ff70cffc1c98c624fd056988a9075f98 (diff)
parent94549b4a07985e9b1a462bb64f67c8ade466e377 (diff)
Merge pull request #1 from zmkfirmware/main
Get up to speed
Diffstat (limited to 'app/boards/shields/corne/Kconfig.shield')
-rw-r--r--app/boards/shields/corne/Kconfig.shield8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/boards/shields/corne/Kconfig.shield b/app/boards/shields/corne/Kconfig.shield
new file mode 100644
index 0000000..3cac86f
--- /dev/null
+++ b/app/boards/shields/corne/Kconfig.shield
@@ -0,0 +1,8 @@
+# Copyright (c) 2020 Pete Johanson
+# SPDX-License-Identifier: MIT
+
+config SHIELD_CORNE_LEFT
+ def_bool $(shields_list_contains,corne_left)
+
+config SHIELD_CORNE_RIGHT
+ def_bool $(shields_list_contains,corne_right)