More Planck rev6 fixes.
This commit is contained in:
parent
a9b949cd94
commit
9bee640ae3
3 changed files with 11 additions and 4 deletions
|
@ -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
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
config BOARD_STM32F3_DISCO
|
config BOARD_PLANCK_REV6
|
||||||
bool "STM32F3DISCOVERY Development Board"
|
bool "Planck V6 Keyboard"
|
||||||
depends on SOC_STM32F303XC
|
depends on SOC_STM32F303XC
|
||||||
|
|
|
@ -8,4 +8,7 @@ if BOARD_PLANCK_REV6
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "Planck V6"
|
default "Planck V6"
|
||||||
|
|
||||||
|
config ZMK_USB
|
||||||
|
default y
|
||||||
|
|
||||||
endif # BOARD_PLANCK_REV6
|
endif # BOARD_PLANCK_REV6
|
||||||
|
|
|
@ -42,6 +42,10 @@
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
/*
|
/*
|
||||||
* For more information, see:
|
* For more information, see:
|
||||||
|
|
Loading…
Reference in a new issue