micro constant

CastlingOptions const micro

Implementation

static const micro = CastlingOptions(
  enabled: true,
  qTarget: Bishop.fileB,
  qRook: Bishop.fileA,
  fixedRooks: true, // might need to be false with diff start fens
);