diff options
| author | Wilhelm Schuster | 2023-12-05 06:56:19 +0100 |
|---|---|---|
| committer | GitHub | 2023-12-05 06:56:19 +0100 |
| commit | 6973d6d053ec7ab70584147c6a82a4ce1481e95e (patch) | |
| tree | d7d09c67d7c5c817cd4ef4d6ce826c01cb5734eb /keyboards/fc660c | |
| parent | b9a3bdb982abe1905e6c3ecb55c0e6344f95495b (diff) | |
Fix AD5258 I2C address for Leopold keyboards (#22554)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/fc660c')
| -rw-r--r-- | keyboards/fc660c/ad5258.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/fc660c/ad5258.c b/keyboards/fc660c/ad5258.c index b1df75789b..f7ff2f3dc1 100644 --- 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 |