From 64eded235f9846c42701ff35782ae3a79de9b0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 19 May 2026 12:51:59 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- boards/t-impulse-plus.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/t-impulse-plus.json b/boards/t-impulse-plus.json index f5586e1d8..83b289b42 100644 --- a/boards/t-impulse-plus.json +++ b/boards/t-impulse-plus.json @@ -10,7 +10,8 @@ "hwids": [["0x239A", "0x8029"]], "usb_product": "T-Impulse-Plus-nRF52840", "mcu": "nrf52840", - "variant": "t_impulse_plus_nrf52840", + "variant": "t-impulse-plus", + "variants_dir": "variants", "bsp": { "name": "adafruit" },