rogcore: match interface with keyboard endpoint instead

This commit is contained in:
Luke
2020-06-11 09:52:00 +12:00
parent 962216051f
commit 0b51f61f7a
2 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ pub async fn start_daemon() -> Result<(), Box<dyn Error>> {
let mut rogcore = RogCore::new(
laptop.usb_vendor(),
laptop.usb_product(),
laptop.led_endpoint(),
laptop.key_endpoint(),
)
.map_or_else(
|err| {