Update readme

This commit is contained in:
Luke
2020-04-19 16:58:38 +12:00
parent 586aa22475
commit e34f085880
3 changed files with 9 additions and 8 deletions

View File

@@ -141,10 +141,11 @@ impl Laptop for LaptopGX502GW {
}
_ => {
if key_byte != 0 {
info!("Unmapped key: {:X?}", &key_byte);
info!("Unmapped key: {:?}, {:X?}", &key_byte, &key_byte);
}
}
}
info!("Pressed: {:?}, {:X?}", &key_byte, &key_byte);
Ok(())
}
fn hotkey_group_bytes(&self) -> &[u8] {