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.
This commit is contained in:
Pete Johanson 2026-05-20 16:06:52 -06:00 committed by GitHub
parent ead91ca094
commit 9917e2f137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
# Copyright (c) 2020 The ZMK Contributors # Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
if BOARD_PLANCK_REV6 if BOARD_PLANCK
config ZMK_KEYBOARD_NAME config ZMK_KEYBOARD_NAME
default "Planck V6" default "Planck V6"
@ -11,4 +11,4 @@ config ZMK_KEYBOARD_NAME
config ZMK_KSCAN_MATRIX_POLLING config ZMK_KSCAN_MATRIX_POLLING
default y default y
endif # BOARD_PLANCK_REV6 endif # BOARD_PLANCK