diff options
author | Nigel Rodriguez <anr.rod@gmail.com> | 2020-10-24 12:21:15 +0800 |
---|---|---|
committer | Nigel Rodriguez <anr.rod@gmail.com> | 2020-10-24 12:21:15 +0800 |
commit | 6a9a6e6d8edaae5f3e5bc37033a9391bc66e786a (patch) | |
tree | 12e3a11ead066aef473ffed0314aaafc25ea19ba /app/boards/shields/boardsource3x4/Kconfig.shield | |
parent | 518bcacba143df30c9224650e2ada18e49150d16 (diff) |
Add Boardsource 3x4 shield
Diffstat (limited to 'app/boards/shields/boardsource3x4/Kconfig.shield')
-rw-r--r-- | app/boards/shields/boardsource3x4/Kconfig.shield | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/boards/shields/boardsource3x4/Kconfig.shield b/app/boards/shields/boardsource3x4/Kconfig.shield new file mode 100644 index 0000000..2e9e228 --- /dev/null +++ b/app/boards/shields/boardsource3x4/Kconfig.shield @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2020 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +config SHIELD_BOARDSOURCE3X4 + def_bool $(shields_list_contains,boardsource3x4) + |