diff --git a/Variants.md b/Variants.md
index 8566fcb..cf73c85 100644
--- a/Variants.md
+++ b/Variants.md
@@ -1,4 +1,3 @@
-# Variant selection
Variants are a set of parameters to configure FOC firmware for a specific use.
* Platformio - Remove the semicolon in front of the desired Variant in [platformio.ini](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/platformio.ini) file
* Others - Uncomment the desired Variant by removing the leading // in Variant selection section of [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/eb20cc0acad0da91ead7d207fa6a83f1778f03e1/Inc/config.h#L12) file
@@ -13,6 +12,8 @@ Variants are a set of parameters to configure FOC firmware for a specific use.
|AUTO
CALIBRATION|YES|YES|YES|YES|YES|YES|YES|NO|YES|NO|
|CURRENT
MAX SPEED
LIMIT|YES|YES|YES|YES|YES|YES|YES|NO|YES|NO|
+For the configuration/customizing of the variants, please check each variant's wiki page.
+
# Dual Inputs
The firmware supports the input to be provided from two different sources connected to the Left and Right cable, respectively. To enable dual-inputs functionality uncomment `#define DUAL_INPUTS` in config.h for the respective variant. Various dual-inputs combinations can be realized as illustrated in the following table:
| Left | Right | Availability |