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.shield | |
parent | e6645882c32454251466949fa9a6447b195acd72 (diff) |
feat(shields): Add Naked60BMP shield
Diffstat (limited to 'app/boards/shields/naked60/Kconfig.shield')
-rw-r--r-- | app/boards/shields/naked60/Kconfig.shield | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/boards/shields/naked60/Kconfig.shield b/app/boards/shields/naked60/Kconfig.shield new file mode 100644 index 0000000..6105368 --- /dev/null +++ b/app/boards/shields/naked60/Kconfig.shield @@ -0,0 +1,5 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +config SHIELD_NAKED60 + def_bool $(shields_list_contains,naked60) |