From 641fc76e4980b0e4ec61f1e095bc0aa0120f3c7a Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" <5425387+Ralim@users.noreply.github.com> Date: Tue, 8 Feb 2022 20:55:07 +1100 Subject: [PATCH] Update configuration.h --- source/Core/BSP/Miniware/configuration.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Core/BSP/Miniware/configuration.h b/source/Core/BSP/Miniware/configuration.h index 72f6f816..c74444ff 100644 --- a/source/Core/BSP/Miniware/configuration.h +++ b/source/Core/BSP/Miniware/configuration.h @@ -147,6 +147,7 @@ #define ACCEL_MMA #define POW_PD 0 #define ACCEL_LIS +#define ACCEL_SC7 #define TEMP_TMP36 #endif @@ -170,6 +171,7 @@ #define MIN_BOOST_TEMP_C 250 // The min settable temp for boost mode °C #define MIN_BOOST_TEMP_F 480 // The min settable temp for boost mode °F #define ACCEL_LIS +#define ACCEL_SC7 #define POW_QC #define POW_PD 0 #define TEMP_TMP36 @@ -197,6 +199,7 @@ #define MIN_BOOST_TEMP_C 250 // The min settable temp for boost mode °C #define MIN_BOOST_TEMP_F 480 // The min settable temp for boost mode °F #define ACCEL_LIS +#define ACCEL_SC7 #define ACCEL_MSA #define POW_PD 1 #define POW_QC 1