From d59b4d9e900da29b603b3efc3ccd0e7787515a77 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 30 Oct 2024 19:29:49 -0400 Subject: [PATCH] w541/t440p hotp variants including non-htop: fix path to non-hotp board variants (this is annoying) Signed-off-by: Thierry Laurion --- .../UNTESTED_t440p-hotp-maximized.config | 2 +- .../UNTESTED_w541-hotp-maximized.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config b/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config index da0cd510..a787f131 100644 --- a/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config +++ b/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config @@ -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 diff --git a/boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config b/boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config index 204f1252..585ecd73 100644 --- a/boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config +++ b/boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config @@ -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