zmk/app/boards/olkb/planck/Kconfig.defconfig
Pete Johanson 9917e2f137
fix(boards): Adjust defconfig check for Planck with HWMv2 changes (#3357)
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.
2026-05-20 16:06:52 -06:00

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