This commit is contained in:
Brad Stein 2025-06-17 20:57:58 -05:00
parent f8ae813750
commit fad24c4b9b

View File

@ -45,7 +45,7 @@ impl KeyboardAggregator {
}
let report = self.build_report();
if self.dev_mode { debug!(?rep, "kbd"); }
if self.dev_mode { debug!(?report, "kbd"); }
let _ = self.tx.send(KeyboardReport { data: report.to_vec() });
if self.is_magic() {