Browse Source

More Planck rev6 fixes.

xmkb
Pete Johanson 4 years ago
parent
commit
9bee640ae3
  1. 8
      app/boards/arm/planck/Kconfig.board
  2. 3
      app/boards/arm/planck/Kconfig.defconfig
  3. 4
      app/boards/arm/planck/planck_rev6.dts

8
app/boards/arm/planck/Kconfig.board

@ -1,8 +1,8 @@ @@ -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

3
app/boards/arm/planck/Kconfig.defconfig

@ -8,4 +8,7 @@ if BOARD_PLANCK_REV6 @@ -8,4 +8,7 @@ if BOARD_PLANCK_REV6
config ZMK_KEYBOARD_NAME
default "Planck V6"
config ZMK_USB
default y
endif # BOARD_PLANCK_REV6

4
app/boards/arm/planck/planck_rev6.dts

@ -42,6 +42,10 @@ @@ -42,6 +42,10 @@
};
&usb {
status = "okay";
};
&flash0 {
/*
* For more information, see:

Loading…
Cancel
Save