blob: 93118d4f0c8d125a87eac1ed30ad99c215b2c585 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Planck keyboard configuration
# Copyright (c) 2020 Peter Johanson
# SPDX-License-Identifier: MIT
if BOARD_PLANCK_REV6
config ZMK_KEYBOARD_NAME
default "Planck V6"
config ZMK_USB
default y
endif # BOARD_PLANCK_REV6
|