diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-11 23:37:47 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-11 23:37:47 -0400 |
commit | 7614e7e52bd2fbed9d878e1618363586fb44385d (patch) | |
tree | 00e83d92593b5e0dfddf0ca1e26207a251f4f83e /app/boards/arm/proton_c/Kconfig.defconfig | |
parent | 488bcc4656d1378856e7f9e6b9fe186dfb302509 (diff) |
Initial work on Proton-C board definition.
Diffstat (limited to 'app/boards/arm/proton_c/Kconfig.defconfig')
-rw-r--r-- | app/boards/arm/proton_c/Kconfig.defconfig | 11 |
1 files changed, 11 insertions, 0 deletions
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 |