diff --git a/config.default.js b/config.default.js index 98ce650..d8879e5 100644 --- a/config.default.js +++ b/config.default.js @@ -18,6 +18,28 @@ const sameType = false; // const singleModel = [0x71, 0x08]; const singleModel = [0x71, 0x08]; +// List of models to choose randomly from when mode is 1 +const randomModels = [ + [0x71, 0x08], + [0x72, 0x08], + [0x81, 0x08], + [0x75, 0x08], + [0x7d, 0x08], + [0x77, 0x08], + [0x7b, 0x08], + [0x7a, 0x08], + [0x78, 0x08], + [0x79, 0x08], + [0x73, 0x08], + [0x7f, 0x08], + [0x7e, 0x08], + [0x7c, 0x08], + [0x82, 0x08], + [0x76, 0x08], + [0x80, 0x08], + [0x83, 0x08], +]; + // List of base models to exclude from modifications // Other models can still be replaced *with* that model //