mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2025-02-17 17:50:43 +08:00
10 lines
123 B
C
10 lines
123 B
C
#ifndef APP_MAIN_H
|
|
#define APP_MAIN_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld);
|
|
|
|
#endif
|
|
|