diff options
Diffstat (limited to 'app/boards/arm/planck/Kconfig.board')
-rw-r--r-- | app/boards/arm/planck/Kconfig.board | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/boards/arm/planck/Kconfig.board b/app/boards/arm/planck/Kconfig.board index b744528..0952448 100644 --- a/app/boards/arm/planck/Kconfig.board +++ b/app/boards/arm/planck/Kconfig.board @@ -1,8 +1,8 @@ -# STM32F3DISCOVERY board configuration +# Planck V6 board configuration -# Copyright (c) 2017 I-SENSE group of ICCS +# Copyright (c) 2020 Peter Johanson # SPDX-License-Identifier: MIT -config BOARD_STM32F3_DISCO - bool "STM32F3DISCOVERY Development Board" +config BOARD_PLANCK_REV6 + bool "Planck V6 Keyboard" depends on SOC_STM32F303XC |