refactor(boards): Move QMK Proton-C to HWMv2

Move Proton-C to HWMv2 for use with Zephyr 4.1.
This commit is contained in:
Peter Johanson 2025-06-02 01:10:26 -06:00
parent 1137bd0bf1
commit 1166f21094
10 changed files with 10 additions and 21 deletions

View File

@ -1,8 +0,0 @@
# QMK Proton-C board configuration
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
config BOARD_QMK_PROTON_C
bool "QMK Proton-C"
depends on SOC_STM32F303XC

View File

@ -1,11 +0,0 @@
# QMK Proton-C board configuration
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
if BOARD_QMK_PROTON_C
config BOARD
default "proton_c"
endif # BOARD_QMK_PROTON_C

View File

@ -0,0 +1,5 @@
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: Apache-2.0
config BOARD_PROTON_C
select SOC_STM32F303XC

View File

@ -0,0 +1,5 @@
board:
name: proton_c
vendor: qmk
socs:
- name: stm32f303xc

View File

@ -1,7 +1,5 @@
# SPDX-License-Identifier: MIT
CONFIG_SOC_SERIES_STM32F3X=y
CONFIG_SOC_STM32F303XC=y
# 72MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000