Fixes for WIP planck board definition.
This commit is contained in:
parent
35e35030f1
commit
a9b949cd94
4 changed files with 59 additions and 173 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue