commit: 158d99b738f5f2bb8cc80da1a8e82a816cb97c38
parent 18aa7d12445914ace6f34686891eed27216c2a1d
Author: QMK Bot <hello@qmk.fm>
Date: Tue, 5 Dec 2023 05:56:48 +0000
Merge remote-tracking branch 'origin/master' into develop
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/keyboards/fc660c/ad5258.c b/keyboards/fc660c/ad5258.c
@@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// AD5258 I2C digital potentiometer
// http://www.analog.com/media/en/technical-documentation/data-sheets/AD5258.pdf
//
-#define AD5258_I2C_ADDRESS 0x18
+#define AD5258_I2C_ADDRESS 0x30
#define AD5258_INST_RDAC 0x00
#define AD5258_INST_EEPROM 0x20
diff --git a/keyboards/fc980c/ad5258.c b/keyboards/fc980c/ad5258.c
@@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// AD5258 I2C digital potentiometer
// http://www.analog.com/media/en/technical-documentation/data-sheets/AD5258.pdf
//
-#define AD5258_I2C_ADDRESS 0x18
+#define AD5258_I2C_ADDRESS 0x30
#define AD5258_INST_RDAC 0x00
#define AD5258_INST_EEPROM 0x20