Skip to content

Commit

Permalink
Fix AD5258 I2C address for Leopold keyboards (qmk#22554)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
2 people authored and zgagnon committed Dec 15, 2023
1 parent 4531384 commit 53fa51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/fc660c/ad5258.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion keyboards/fc980c/ad5258.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53fa51e

Please sign in to comment.