blob: fe15e1a9f9e25221983c7683ca424573171165d0 (
plain)
| 1
2
3
4
5
6
7
8
 | # Planck V6 board configuration
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
config BOARD_PLANCK_REV6
	bool "Planck V6 Keyboard"
	depends on SOC_STM32F303XC
 |