Skip to content

Commit

Permalink
Update OutputUsbKeyboard.java
Browse files Browse the repository at this point in the history
  • Loading branch information
i3sey committed May 31, 2024
1 parent 06e8f7d commit 9c1e216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class OutputUsbKeyboard implements OutputInterface
{

protected String devicePath = "/dev/hidg0";
protected String devicePath = "/dev/hidg1";
protected FileOutputStream device;
UsbHidKbd kbdKeyInterpreter;

Expand Down

0 comments on commit 9c1e216

Please sign in to comment.