Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Luc Everse
akeyboard
Commits
3b701a57
Verified
Commit
3b701a57
authored
Mar 15, 2021
by
Luc Everse
Browse files
Fix the wakeup procedure not selecting a channel
parent
5f9cf66d
Changes
1
Hide whitespace changes
Inline
Side-by-side
akeyboard.ino
View file @
3b701a57
...
...
@@ -89,7 +89,7 @@ void loop() {
if
(
status
!=
cur_status
)
{
if
(
idle_loops
>=
MAX_FULL_SPEED_IDLE_LOOPS
/
100
)
{
Serial
.
write
(
0b10010000
);
Serial
1
.
write
(
0b10010000
);
}
cur_status
=
status
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment