diff --git a/app/boards/arm/planck/Kconfig.board b/app/boards/arm/planck/Kconfig.board index b744528f..09524489 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 diff --git a/app/boards/arm/planck/Kconfig.defconfig b/app/boards/arm/planck/Kconfig.defconfig index 2e8e3e71..93118d4f 100644 --- a/app/boards/arm/planck/Kconfig.defconfig +++ b/app/boards/arm/planck/Kconfig.defconfig @@ -8,4 +8,7 @@ if BOARD_PLANCK_REV6 config ZMK_KEYBOARD_NAME default "Planck V6" +config ZMK_USB + default y + endif # BOARD_PLANCK_REV6 diff --git a/app/boards/arm/planck/planck_rev6.dts b/app/boards/arm/planck/planck_rev6.dts index be453419..7e69b1fc 100644 --- a/app/boards/arm/planck/planck_rev6.dts +++ b/app/boards/arm/planck/planck_rev6.dts @@ -42,6 +42,10 @@ }; +&usb { + status = "okay"; +}; + &flash0 { /* * For more information, see: