NRF52840DK USB HID example not sending data over USB

I am working on a project that involves creating a USB HID device.  I am trying to get the default sample included with the SDK to work, but it does not affect the mouse cursor or keyboard at all.  I have not edited the sample, and am trying to use the code as is just as a test.  My computer does recognize it as a HID device in device manager though.  I have verified that my board works as best I can, by using both the blink and button samples to verify functionality, both of which work fine.

One other thing of importance that I thought I should add, I have both the JLink USB and the NRF USB plugged into my computer.

Related