diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-23 20:14:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 20:14:49 -0400 |
commit | 6ecf62a9ed79c0fb56edf255e3ba443a99af41ac (patch) | |
tree | fe4c28595209819ca700b5b77c3a994849e64315 /app/boards/shields/romac_plus/Kconfig.defconfig | |
parent | 7b53ee51fc9cee61980b424e96a7bddde8dd0c94 (diff) | |
parent | 641524b1b9564fd2b433b9bc430736fb3205a3c5 (diff) |
Merge pull request #198 from reizero00/romac_plus
RoMac+ v4 Support for nice!nano v1
Diffstat (limited to 'app/boards/shields/romac_plus/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/romac_plus/Kconfig.defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/boards/shields/romac_plus/Kconfig.defconfig b/app/boards/shields/romac_plus/Kconfig.defconfig new file mode 100644 index 0000000..c4efdb9 --- /dev/null +++ b/app/boards/shields/romac_plus/Kconfig.defconfig @@ -0,0 +1,9 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_ROMAC_PLUS + +config ZMK_KEYBOARD_NAME + default "RoMac+ v4" + +endif
\ No newline at end of file |