Merge pull request #8979 from thinkyhead/bf2_sync_up_configs
[2.0.x] Synchronize configs with 1.1.x
This commit is contained in:
		| @@ -588,7 +588,7 @@ | ||||
|  */ | ||||
| #define DEFAULT_XJERK                  8.0 | ||||
| #define DEFAULT_YJERK                  8.0 | ||||
| #define DEFAULT_ZJERK                  0.4 | ||||
| #define DEFAULT_ZJERK                  0.3 | ||||
| #define DEFAULT_EJERK                 10.0 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -1741,9 +1741,9 @@ | ||||
|  * LED Type. Enable only one of the following two options. | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| //#define RGB_LED | ||||
| //#define RGBW_LED | ||||
|  | ||||
| #if ENABLED(RGB_LED) || ENABLED(RGBW_LED) | ||||
|   #define RGB_LED_R_PIN 34 | ||||
|   #define RGB_LED_G_PIN 43 | ||||
| @@ -1754,11 +1754,11 @@ | ||||
| // Support for Adafruit Neopixel LED driver | ||||
| //#define NEOPIXEL_LED | ||||
| #if ENABLED(NEOPIXEL_LED) | ||||
|   #define NEOPIXEL_TYPE   NEO_GRB  // NEO_GRBW / NEO_GRB - four/three channel driver type (defined in Adafruit_NeoPixel.h) | ||||
|   #define NEOPIXEL_TYPE   NEO_GRBW // NEO_GRBW / NEO_GRB - four/three channel driver type (defined in Adafruit_NeoPixel.h) | ||||
|   #define NEOPIXEL_PIN    4        // LED driving pin on motherboard 4 => D4 (EXP2-5 on Printrboard) / 30 => PC7 (EXP3-13 on Rumba) | ||||
|   #define NEOPIXEL_PIXELS 30       // Number of LEDs in the strip | ||||
|   #define NEOPIXEL_IS_SEQUENTIAL   // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once. | ||||
|   #define NEOPIXEL_BRIGHTNESS 255  // Initial brightness 0-255 | ||||
|   #define NEOPIXEL_BRIGHTNESS 127  // Initial brightness (0-255) | ||||
|   //#define NEOPIXEL_STARTUP_TEST  // Cycle through colors at startup | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user