Skip to content

Commit

Permalink
w541/t440p hotp variants including non-htop: fix path to non-hotp boa…
Browse files Browse the repository at this point in the history
…rd variants (this is annoying)

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Oct 30, 2024
1 parent 744dcca commit d59b4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d59b4d9

Please sign in to comment.