diff options
| author | Nick <nick.win999@gmail.com> | 2020-10-24 21:08:00 -0500 | 
|---|---|---|
| committer | Nick <nick.win999@gmail.com> | 2020-10-24 21:08:00 -0500 | 
| commit | 7296b967978be3483a11a3a5ea2b2eaeb8b23ce8 (patch) | |
| tree | f8ba96bcc5413ed88d5c0b1106a84751b9f0a6a2 /app/boards/shields/reviung41/Kconfig.defconfig | |
| parent | 518bcacba143df30c9224650e2ada18e49150d16 (diff) | |
Add Reviung41 Shield Definitions
Diffstat (limited to 'app/boards/shields/reviung41/Kconfig.defconfig')
| -rw-r--r-- | app/boards/shields/reviung41/Kconfig.defconfig | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/app/boards/shields/reviung41/Kconfig.defconfig b/app/boards/shields/reviung41/Kconfig.defconfig new file mode 100644 index 0000000..0625cb2 --- /dev/null +++ b/app/boards/shields/reviung41/Kconfig.defconfig @@ -0,0 +1,9 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_REVIUNG41 + +config ZMK_KEYBOARD_NAME +    default "Reviung41" + +endif | 
