From a9b949cd94e6f2f0233e6cc9f79435334798e1b0 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 6 Jul 2020 00:43:03 -0400 Subject: Fixes for WIP planck board definition. --- app/boards/arm/planck/Kconfig.defconfig | 34 +++------------------------------ 1 file changed, 3 insertions(+), 31 deletions(-) (limited to 'app/boards/arm/planck/Kconfig.defconfig') diff --git a/app/boards/arm/planck/Kconfig.defconfig b/app/boards/arm/planck/Kconfig.defconfig index 855cf45..2e8e3e7 100644 --- a/app/boards/arm/planck/Kconfig.defconfig +++ b/app/boards/arm/planck/Kconfig.defconfig @@ -1,39 +1,11 @@ # Planck keyboard configuration -# Copyright (c) 2017 I-SENSE group of ICCS +# Copyright (c) 2020 Peter Johanson # SPDX-License-Identifier: MIT if BOARD_PLANCK_REV6 -config BOARD - default "planck_rev6" - -config UART_1 - default y - depends on UART_CONSOLE - -if I2C - -config I2C_1 - default y - -config I2C_2 - default y - -endif # I2C - -if SPI - -config SPI_1 - default y - -config SPI_2 - default y - -endif # SPI - -config CAN_1 - default y - depends on CAN +config ZMK_KEYBOARD_NAME + default "Planck V6" endif # BOARD_PLANCK_REV6 -- cgit v1.2.3