mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
# 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
|