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