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