qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 6973d6d053ec7ab70584147c6a82a4ce1481e95e
parent b9a3bdb982abe1905e6c3ecb55c0e6344f95495b
Author: Wilhelm Schuster <ws@rot13.io>
Date:   Tue,  5 Dec 2023 06:56:19 +0100

Fix AD5258 I2C address for Leopold keyboards (#22554)

Co-authored-by: Ryan <fauxpark@gmail.com>

Diffstat:
Mkeyboards/fc660c/ad5258.c | 2+-
Mkeyboards/fc980c/ad5258.c | 2+-
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