diff --git a/wiki-rtd/docs/wiki_controllers/toystolife/5.md b/wiki-rtd/docs/wiki_controllers/toystolife/5.md
deleted file mode 100644
index ddf6bf1..0000000
--- a/wiki-rtd/docs/wiki_controllers/toystolife/5.md
+++ /dev/null
@@ -1,84 +0,0 @@
-# Toys-to-life Controllers
-
-Toys-to-life Controllers is a broad category that encompasses the vast majority of mostly first party controllers that are used to connect collectable toys figures that can via the controller interact with the game.
-
-## LEGO Dimensions
-
-### LEGO ToyPad
-
-
-
-#### Steam Input Support
-No
-
-#### Linux Kernel Support
-Yes, it is an NFC reader USB device.
-
-#### Emulator usecase
-RPCS3
-
-
-#### How-to configure the Toypad
-
-##### Add the udev rule for the Toypad
-
-You will need root privlages for this.
-
-Open a Terminal Window and execute the following command to add the udev rule:
-
-```bash
-echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0241", MODE="0666"' | sudo tee -a /etc/udev/rules.d/71-toypad.rules > /dev/null
-sudo udevadm control --reload-rules
-```
-
-It should now work in RetroDECK for Lego Dimensions in the RPCS3 emulator.
-
-##### Some tips
-
-Before you launch Lego Dimensions from RetroDECK you need to keep the following things in mind:
-
-- The ToyPad must be connected to the USB Port Before launching the game in RetroDECK and RPCS3
-- The ToyPad must be connected to a USB Port that gives it enough power to run.
-
-Additional Steam Deck information:
-
-- The Steam Deck's USB-C port does not transmit enough power for the ToyPad, you will need use dock or use a powered USB-C hub.
-
-## Skylanders
-
-### Portal of Power
-
-
-
-The Portal of Power is used for the Skylanders game Series.
-
-#### How to configure
-WIP
-
-
-### Traptanium Portal
-
-
-
-The Traptanium Portal is used for the game Skylanders: Trap Team.
-
-#### How to configure
-WIP
-
-## Disney Infinity
-
-### Infinity Base
-
-
-
-#### How to configure
-WIP
-
-## Kamen Rider Summonride
-
-### Summonrider Portal
-
-
-
-#### How to configure
-WIP
diff --git a/wiki-rtd/docs/wiki_controllers/toystolife/lega-toypad.md b/wiki-rtd/docs/wiki_controllers/toystolife/lego-toypad.md
similarity index 97%
rename from wiki-rtd/docs/wiki_controllers/toystolife/lega-toypad.md
rename to wiki-rtd/docs/wiki_controllers/toystolife/lego-toypad.md
index 6249a21..614bc78 100644
--- a/wiki-rtd/docs/wiki_controllers/toystolife/lega-toypad.md
+++ b/wiki-rtd/docs/wiki_controllers/toystolife/lego-toypad.md
@@ -2,7 +2,7 @@
-Used for the game Lego Dimensions
+Used for the game LEGO Dimensions
### Steam Input Support
No
diff --git a/wiki-rtd/docs/wiki_controllers/toystolife/skylanders-portal-of-power.md b/wiki-rtd/docs/wiki_controllers/toystolife/skylanders-portal-of-power.md
new file mode 100644
index 0000000..8faf86a
--- /dev/null
+++ b/wiki-rtd/docs/wiki_controllers/toystolife/skylanders-portal-of-power.md
@@ -0,0 +1,17 @@
+# Skylanders - Portal of Power
+
+
+
+The Portal of Power is used for the `Skylanders` game Series.
+
+### Steam Input Support
+No
+
+### Linux Kernel Support
+Yes, depeding on what version it should register as a generic NFC reader USB device.
+
+### Emulator usecase
+`RPCS3` `Xenia` `Dolphin`
+
+## How to configure
+WIP
diff --git a/wiki-rtd/docs/wiki_controllers/toystolife/skylanders-traptanium-portal.md b/wiki-rtd/docs/wiki_controllers/toystolife/skylanders-traptanium-portal.md
new file mode 100644
index 0000000..c09d63b
--- /dev/null
+++ b/wiki-rtd/docs/wiki_controllers/toystolife/skylanders-traptanium-portal.md
@@ -0,0 +1,20 @@
+# Traptanium Portal
+
+
+
+The Traptanium Portal is used for the game `Skylanders: Trap Team`.
+
+
+### Steam Input Support
+No
+
+### Linux Kernel Support
+Yes, depeding on what version it should register as a generic NFC reader USB device.
+
+### Emulator usecase
+`RPCS3` `Xenia` `Dolphin`
+
+## How to configure
+WIP
+
+
diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml
index 2d76676..49fb427 100644
--- a/wiki-rtd/mkdocs.yml
+++ b/wiki-rtd/mkdocs.yml
@@ -240,6 +240,7 @@ nav:
- About Racing Controllers: wiki_controllers/racing/about-racing.md
- Controllers - Toys-to-life (WIP) 🧸:
- - About Toys-to-life Controllers: wiki_controllers/toystolife/about-toys-to-life.md
-
-
+ - About Toys-to-life Controllers: wiki_controllers/toystolife/about-toys-to-life.md
+ - LEGO Dimensions - LEGO ToyPad: wiki_controllers/toystolife/lego-toypad.md
+ - Skylanders - Portal of Power: wiki_controllers/toystolife/skylanders-portal-of-power.md
+ - Skylanders - Traptanium Portal: wiki_controllers/toystolife/skylanders-traptanium-portal.md