From 7614e7e52bd2fbed9d878e1618363586fb44385d Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Thu, 11 Jun 2020 23:37:47 -0400 Subject: Initial work on Proton-C board definition. --- app/boards/arm/proton_c/Kconfig.defconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/boards/arm/proton_c/Kconfig.defconfig (limited to 'app/boards/arm/proton_c/Kconfig.defconfig') diff --git a/app/boards/arm/proton_c/Kconfig.defconfig b/app/boards/arm/proton_c/Kconfig.defconfig new file mode 100644 index 0000000..b9c907b --- /dev/null +++ b/app/boards/arm/proton_c/Kconfig.defconfig @@ -0,0 +1,11 @@ +# QMK Proton-C board configuration + +# Copyright (c) 2020 Pete Johanson +# SPDX-License-Identifier: MIT + +if BOARD_QMK_PROTON_C + +config BOARD + default "proton_c" + +endif # BOARD_QMK_PROTON_C -- cgit v1.2.3