Skip to content

Commit

Permalink
Added forgotten commas in example.lua file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vantskruv authored Aug 13, 2019
1 parent c4dc800 commit a303d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ devices =
{
vendorid = 0x044f,
productid = 0x0404,
}
},

kbd0 = "/dev/input/by-id/usb-04d9_USB_Keyboard-event-kbd" -- keyboard device (try to find a suitable device by listing input devices by typing 'ls /dev/input/by-id/' )
kbd0 = "/dev/input/by-id/usb-04d9_USB_Keyboard-event-kbd", -- keyboard device (try to find a suitable device by listing input devices by typing 'ls /dev/input/by-id/' )
kbd1 = "/dev/input/by-id/usb-Aqua_Computer_GmbH___Co._KG_aquaero_07538-20376-event-kbd" -- another keyboard device example
}

Expand Down

0 comments on commit a303d99

Please sign in to comment.