diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-06 00:43:03 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-06 00:43:03 -0400 |
commit | a9b949cd94e6f2f0233e6cc9f79435334798e1b0 (patch) | |
tree | 3308d2033857cbf78dac7ba2d1141e1ba720a41a /app/boards/arm/planck/Kconfig.defconfig | |
parent | 35e35030f145851bc08ba88d2d615fff7e03704e (diff) |
Fixes for WIP planck board definition.
Diffstat (limited to 'app/boards/arm/planck/Kconfig.defconfig')
-rw-r--r-- | app/boards/arm/planck/Kconfig.defconfig | 34 |
1 files changed, 3 insertions, 31 deletions
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 |