From a2aa3df149e012a9c46296126ddbca6118fe05fd Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Thu, 16 Nov 2023 15:58:02 -0800 Subject: [PATCH] MRT maker kit added to compat devices (#6221) * MRT maker kit added to compat devices * pesky leading space --- docs/arcade-devices.md | 7 +++++++ docs/hardware.md | 2 +- targetconfig.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/arcade-devices.md b/docs/arcade-devices.md index fcca1b2815..482d7f46db 100644 --- a/docs/arcade-devices.md +++ b/docs/arcade-devices.md @@ -20,6 +20,13 @@ These boards run MakeCode Arcade games. Choose a board to find out more about it "url": "https://www.tinkergen.com/gamego", "variant": "hw---stm32f401" }, + { + "name": "MRT Game Maker Kit", + "description": " Sleek hand-held game device with a hard case and a USB-C port.", + "imageUrl": "/static/hardware/mrt-gamemaker-kit.png", + "url": "https://www.myrobottime.co.kr/gamemakerkit", + "variant": "hw---stm32f401" + }, { "name": "Kitronik ARCADE", "description": "ARCADE is a programmable gamepad for use with MakeCode Arcade.", diff --git a/docs/hardware.md b/docs/hardware.md index ff0206bb67..4bc1e3e76f 100644 --- a/docs/hardware.md +++ b/docs/hardware.md @@ -31,7 +31,7 @@ These boards run MakeCode Arcade games. They are based on our guidelines, adhere "name": "MRT Game Maker Kit", "description": " Sleek hand-held game device with a hard case and a USB-C port.", "imageUrl": "/static/hardware/mrt-gamemaker-kit.png", - "url": " https://www.myrobottime.co.kr/gamemakerkit", + "url": "https://www.myrobottime.co.kr/gamemakerkit", "variant": "hw---stm32f401" }, { diff --git a/targetconfig.json b/targetconfig.json index 8242a5f445..d72fccfe6b 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -277,7 +277,7 @@ "name": "MRT Game Maker Kit", "description": " Sleek hand-held game device with a hard case and a USB-C port.", "imageUrl": "/static/hardware/mrt-gamemaker-kit.png", - "url": " https://www.myrobottime.co.kr/gamemakerkit", + "url": "https://www.myrobottime.co.kr/gamemakerkit", "variant": "hw---stm32f401" }, {