14 lines
214 B
Text
14 lines
214 B
Text
# 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
|