mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 09:19:10 +00:00
fix doc comment
This commit is contained in:
parent
8dc4d2a9ea
commit
6ee8f1215e
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ void EVENT_USB_Device_ConfigurationChanged(void) {
|
|||
#endif
|
||||
|
||||
#ifdef PLOVER_HID_ENABLE
|
||||
/* Setup raw HID endpoints */
|
||||
/* Setup Plover HID endpoint */
|
||||
ConfigSuccess &= Endpoint_ConfigureEndpoint((PLOVER_HID_IN_EPNUM | ENDPOINT_DIR_IN), EP_TYPE_INTERRUPT, PLOVER_HID_EPSIZE, 1);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue