blob: 78ccbabd6fcf563b8684083128ad07e0df2515a1 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | # QMK Proton-C board configuration
# Copyright (c) 2020 Pete Johanson
# SPDX-License-Identifier: MIT
if BOARD_QMK_PROTON_C
config BOARD
	default "proton_c"
config ZMK_USB
	default y
endif # BOARD_QMK_PROTON_C
 |