~ruther/qmk_firmware

6973d6d053ec7ab70584147c6a82a4ce1481e95e — Wilhelm Schuster 1 year, 6 months ago b9a3bdb
Fix AD5258 I2C address for Leopold keyboards (#22554)

Co-authored-by: Ryan <fauxpark@gmail.com>
2 files changed, 2 insertions(+), 2 deletions(-)

M keyboards/fc660c/ad5258.c
M keyboards/fc980c/ad5258.c
M keyboards/fc660c/ad5258.c => keyboards/fc660c/ad5258.c +1 -1
@@ 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


M keyboards/fc980c/ad5258.c => keyboards/fc980c/ad5258.c +1 -1
@@ 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


Do not follow this link