This commit is contained in:
Luke D. Jones
2022-07-24 20:55:09 +12:00
parent 030dd661b8
commit 19370215c0
3 changed files with 0 additions and 10 deletions

View File

@@ -419,7 +419,6 @@ impl CtrlKbdLed {
self.config.read();
// if self.config.builtins.contains_key(&next) {
self.config.current_mode = next;
dbg!(self.config.current_mode);
self.write_current_config_mode()?;
// }
self.config.write();