diff options
Diffstat (limited to 'app/boards/shields/crbn/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/crbn/Kconfig.defconfig | 11 |
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 |