summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/fleex/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/fleex/board.c b/board/fleex/board.c
index d76c1e5dd6..c2b76a0875 100644
--- a/board/fleex/board.c
+++ b/board/fleex/board.c
@@ -204,7 +204,8 @@ unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);
static int board_is_convertible(void)
{
- return sku_id == 0x21 || sku_id == 0x22 || sku_id == 0xff;
+ return sku_id == 0x21 || sku_id == 0x22 || sku_id == 0x23
+ || sku_id == 0xff;
}
static void board_update_sensor_config_from_sku(void)