diff options
author | Brandon Xie <30637265+xiushak@users.noreply.github.com> | 2021-10-03 23:23:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 23:23:54 -0400 |
commit | 3b8244e4662c4f01f049c0d6ee1e2fa1c2de3779 (patch) | |
tree | 10d5ff0e415449f5a2de2ad951a6468279a0dc8c /app/boards/shields/naked60/Kconfig.defconfig | |
parent | e6645882c32454251466949fa9a6447b195acd72 (diff) |
feat(shields): Add Naked60BMP shield
Diffstat (limited to 'app/boards/shields/naked60/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/naked60/Kconfig.defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/boards/shields/naked60/Kconfig.defconfig b/app/boards/shields/naked60/Kconfig.defconfig new file mode 100644 index 0000000..ff5978b --- /dev/null +++ b/app/boards/shields/naked60/Kconfig.defconfig @@ -0,0 +1,9 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_NAKED60 + +config ZMK_KEYBOARD_NAME + default "Naked60BMP" + +endif
\ No newline at end of file |