Support for mr.Spinner

This commit is contained in:
sorgelig
2020-02-16 23:23:24 +08:00
parent a8d1f537a4
commit b3b003b3dc
3 changed files with 45 additions and 6 deletions

View File

@@ -66,6 +66,9 @@
#define SYS_BTN_CNT_OK 21
#define SYS_BTN_CNT_ESC 22
#define SPIN_LEFT 30
#define SPIN_RIGHT 31
#define KEY_EMU (KEY_MAX+1)
void set_kbdled(int mask, int state);