Dual motor for one axis configuration

Hi every one.

I am building my 3D printer and just finished mechanics and electronic. Someone recommends me to go on Klipper insteed of Marlin. I just had a quick read about the documentation.

A quick question here: I have one axis controlled by two step motors with one driver DRV8825 per motor. The motors works in opposite direction to drive one axis.

Is it possible to declare two steppers for one axis in the configuration file and their direction?

For the Z direction, there is Configuration reference - Klipper documentation that seems to be ok for my 4 motors … ^^

I saw this: Configuration reference - Klipper documentation
But is it working for X or Y axis ?

You would simply use, e.g. [stepper_x] and [stepper_x1]