Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
rufform
reform
Commits
220dc379
Commit
220dc379
authored
Sep 24, 2021
by
minute
Browse files
kbd: increase battery alert check interval
parent
0c828d9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
reform2-keyboard-fw/Keyboard.c
View file @
220dc379
...
...
@@ -793,7 +793,7 @@ int main(void)
USB_USBTask
();
counter
++
;
#ifndef KBD_VARIANT_STANDALONE
if
(
counter
>=
3
0000
)
{
if
(
counter
>=
10
0000
)
{
remote_check_for_low_battery
();
counter
=
0
;
}
...
...
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