forked from mirrors/qmk_userspace
		
	Fix AD5258 I2C address for Leopold keyboards (#22554)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								b9a3bdb982
							
						
					
				
			
			
				commit
				
					
						6973d6d053
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
// AD5258 I2C digital potentiometer
 | 
					// AD5258 I2C digital potentiometer
 | 
				
			||||||
// http://www.analog.com/media/en/technical-documentation/data-sheets/AD5258.pdf
 | 
					// 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_RDAC   0x00
 | 
				
			||||||
#define AD5258_INST_EEPROM 0x20
 | 
					#define AD5258_INST_EEPROM 0x20
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
// AD5258 I2C digital potentiometer
 | 
					// AD5258 I2C digital potentiometer
 | 
				
			||||||
// http://www.analog.com/media/en/technical-documentation/data-sheets/AD5258.pdf
 | 
					// 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_RDAC   0x00
 | 
				
			||||||
#define AD5258_INST_EEPROM 0x20
 | 
					#define AD5258_INST_EEPROM 0x20
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue