0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

fix dual watch bug + other stuff

This commit is contained in:
OneOfEleven
2023-11-02 10:00:51 +00:00
parent b0f105572a
commit 2638d803c0
47 changed files with 1880 additions and 2385 deletions

View File

@ -19,7 +19,7 @@
#include <stdint.h>
extern uint16_t g_backlight_count_down;
extern uint16_t g_backlight_tick_500ms;
uint16_t backlight_ticks(void);
void backlight_turn_on(const uint16_t min_ticks);