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:
parent
ead91ca094
commit
9917e2f137
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if BOARD_PLANCK_REV6
|
||||
if BOARD_PLANCK
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Planck V6"
|
||||
|
|
@ -11,4 +11,4 @@ config ZMK_KEYBOARD_NAME
|
|||
config ZMK_KSCAN_MATRIX_POLLING
|
||||
default y
|
||||
|
||||
endif # BOARD_PLANCK_REV6
|
||||
endif # BOARD_PLANCK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue