summaryrefslogtreecommitdiff
path: root/app/boards/shields/crbn/Kconfig.defconfig
diff options
context:
space:
mode:
authorReFil <31960031+ReFil@users.noreply.github.com>2020-12-07 16:49:37 +0000
committerGitHub <noreply@github.com>2020-12-07 16:49:37 +0000
commitb0c525df72fecc6a93d32df8e0b77dbf39fe0d64 (patch)
tree6ce01c08515454923c0198d364e841a61456339d /app/boards/shields/crbn/Kconfig.defconfig
parent328a797e0de88cbf609dc1e556b365746c490267 (diff)
feat(shields): add CRBN shield
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com> PR: #483
Diffstat (limited to 'app/boards/shields/crbn/Kconfig.defconfig')
-rw-r--r--app/boards/shields/crbn/Kconfig.defconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/boards/shields/crbn/Kconfig.defconfig b/app/boards/shields/crbn/Kconfig.defconfig
new file mode 100644
index 0000000..378a3f8
--- /dev/null
+++ b/app/boards/shields/crbn/Kconfig.defconfig
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2020 The ZMK Contributors
+# SPDX-License-Identifier: MIT
+#
+
+if SHIELD_CRBN
+
+config ZMK_KEYBOARD_NAME
+ default "CRBN"
+
+endif