diff --git a/Sideboards.md b/Sideboards.md
index 92a1445..2da3b24 100644
--- a/Sideboards.md
+++ b/Sideboards.md
@@ -15,15 +15,15 @@ The [STM](https://github.com/EFeru/hoverboard-sideboard-hack-STM) firmware can b
Those boards can have different IMUs, not all are fully supported:
-|IMU|DMP
Available|DMP
Supported|Comment|
-|---|---|---|---|
-|MPU6050|✔️|✔️||
-|MPU6050C|✔️|✔️||
-|MPU6052C|✔️|✔️||
-|MPU6050A|✔️|❌|It's actually an ICM-20689|
-|ICM-20630|||
-|ICM-20681|||
-|BNO055|||
+|IMU|Raw
Accel.
Data|Raw
Gyro
Data|DMP
Available|DMP
Supported|Comment|
+|---|---|---|---|---|---|
+|MPU6050|✔️|✔️|✔️|✔️||
+|MPU6050C|✔️|✔️|✔️|✔️||
+|MPU6052C|✔️|✔️|✔️|✔️||
+|MPU6050A|✔️|✔️|✔️|❌|It's actually an ICM-20689|
+|ICM-20630|||||
+|ICM-20681|||||
+|BNO055|||||
The Digital Motion Processor handles the calculation of Euler Angles and Quaternions.