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

fix unable to enter freq/chan

This commit is contained in:
OneOfEleven
2023-11-05 10:48:37 +00:00
parent 359fa3bf47
commit 4bc506a0f7
9 changed files with 111 additions and 91 deletions

View File

@ -21,8 +21,8 @@
#include "driver/keyboard.h"
extern char g_input_box[8];
extern uint8_t g_input_box_index;
extern unsigned int g_input_box_index;
extern char g_input_box[8];
uint32_t INPUTBOX_value(void);
void INPUTBOX_append(const key_code_t Digit);