Merge pull request #1828 from tlaurion/fix_t440p-w541_hotp_inclusion_of_non-hotp_boards

w541/t440p hotp variants including non-htop: fix path to non-hotp board variants
This commit is contained in:
Thierry Laurion 2024-10-30 22:00:53 -04:00 committed by GitHub
commit 515ca5db95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Inherit the rest from the base T440p config.
include $(pwd)/boards/t440p-maximized/t440p-maximized.config
include $(pwd)/boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config
CONFIG_HOTPKEY=y
export CONFIG_AUTO_BOOT_TIMEOUT=5

View File

@ -1,5 +1,5 @@
# Inherit the rest from the base W541 config.
include $(pwd)/boards/w541-maximized/w541-maximized.config
include $(pwd)/boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config
CONFIG_HOTPKEY=y
export CONFIG_AUTO_BOOT_TIMEOUT=5