From ddb1fe786a0f45b03e278054e35ba0542b041286 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Mon, 17 Feb 2020 01:55:28 +0800 Subject: [PATCH] Add UNIF BMC-WX-KB4K (m134) to supported boards --- src/unif.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unif.c b/src/unif.c index 3ee42ce..abb829a 100644 --- a/src/unif.c +++ b/src/unif.c @@ -606,6 +606,7 @@ static BMAPPING bmap[] = { { "GN-26", 344, BMCGN26_Init, 0 }, { "KG256", NO_INES,KG256_Init, 0 }, { "T4A54A", 134, Bs5652_Init, 0 }, + { "WX-KB4K", 134, Bs5652_Init, 0 }, { "SB-5013", 359, Mapper359_Init, 0 }, { "82112C", 540, Mapper540_Init, 0 },