Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flip the LED #485

Open
todo bot opened this issue Sep 18, 2019 · 1 comment
Open

flip the LED #485

todo bot opened this issue Sep 18, 2019 · 1 comment
Assignees
Labels
todo 🗒️ Created by the todo bot

Comments

@todo
Copy link

todo bot commented Sep 18, 2019

// todo flip the LED
}
State::Released => { /* nothing to do on release */ }
}
}
HidKeyboardScancode::LeftShift => {
match state {
Pressed => { self.is_left_shift.store(true, SeqCst); }
Released => { self.is_left_shift.store(false, SeqCst); }
}
}


This issue was generated by todo based on a todo comment in 001d361 when #462 was merged. cc @Thog.
@todo todo bot added the todo 🗒️ Created by the todo bot label Sep 18, 2019
@todo todo bot assigned marysaka Sep 18, 2019
@Orycterope
Copy link
Member

todo: put a compose key on capslock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo 🗒️ Created by the todo bot
Projects
None yet
Development

No branches or pull requests

2 participants