Skip to content

Commit

Permalink
MRT maker kit added to compat devices (#6221)
Browse files Browse the repository at this point in the history
* MRT maker kit added to compat devices

* pesky leading space
  • Loading branch information
ganicke authored Nov 16, 2023
1 parent 97b72d2 commit a2aa3df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/arcade-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion docs/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit a2aa3df

Please sign in to comment.