summaryrefslogtreecommitdiff
path: root/app/boards/arm/planck/Kconfig.defconfig
blob: 913c1c137d16a87f9ca11259a2b6432796594195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

config ZMK_KSCAN_MATRIX_POLLING
    default y

endif # BOARD_PLANCK_REV6