Make the two keyboard halves communicate with each other via I2C.
This commit is contained in:
@@ -96,7 +96,7 @@ void USB0_IRQHandler()
|
||||
USB_DeviceKhciIsrFunction(UsbCompositeDevice.deviceHandle);
|
||||
}
|
||||
|
||||
void USB_DeviceApplicationInit()
|
||||
void InitUsb()
|
||||
{
|
||||
uint8_t usbDeviceKhciIrq[] = USB_IRQS;
|
||||
uint8_t irqNumber = usbDeviceKhciIrq[CONTROLLER_ID - kUSB_ControllerKhci0];
|
||||
|
||||
Reference in New Issue
Block a user