blob: b9c907b054c7dbf7305ccb0a1664e27a837d9574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
|