Remove keyboard scanning from USB interrupt. Fix initial blink of LEDs when initializing. Coding style fixes.
This commit is contained in:
@@ -43,6 +43,6 @@
|
||||
|
||||
extern void LedDriver_WriteBuffer(uint8_t i2cAddress, uint8_t buffer[], uint8_t size);
|
||||
extern void LedDriver_WriteRegister(uint8_t i2cAddress, uint8_t reg, uint8_t val);
|
||||
extern void LedDriver_EnableAllLeds();
|
||||
extern void LedDriver_InitAllLeds(char isEnabled);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user