Make the LED driver power every LED at full blast.

This commit is contained in:
László Monda
2016-09-24 16:52:04 +02:00
parent a798e61e74
commit be8d1dc44d
4 changed files with 67 additions and 9 deletions

View File

@@ -3,4 +3,8 @@
#define LEFT_KEYBOARD_HALF_I2C_ADDRESS_7BIT 8
// The 7-bit I2C addresses of the IS31FL3731 LED driver range from 0x74 to 0x77
#define LEFT_LED_DRIVER_ADDRESS_7BIT 0b1110100
#define RIGHT_LED_DRIVER_ADDRESS_7BIT 0b1110111
#endif