Since we're now properly versionining our in-tree boards, adjust the defconfig checks for the Planck to ensure matrix polling is properly defaulted on.
14 lines
242 B
Text
14 lines
242 B
Text
# Planck keyboard configuration
|
|
|
|
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if BOARD_PLANCK
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Planck V6"
|
|
|
|
config ZMK_KSCAN_MATRIX_POLLING
|
|
default y
|
|
|
|
endif # BOARD_PLANCK
|