Added K10 Pro SE

This commit is contained in:
lokher
2024-11-18 18:54:24 +08:00
parent 41dbe22d35
commit 870da5083e
21 changed files with 1322 additions and 36 deletions
@@ -41,12 +41,12 @@
/* Uint: Second */
#ifndef DISCONNECTED_BACKLIGHT_DISABLE_TIMEOUT
# define DISCONNECTED_BACKLIGHT_OFF_DELAY_TIME 40
# define DISCONNECTED_BACKLIGHT_DISABLE_TIMEOUT 40
#endif
/* Uint: Second, the timer restarts on key activities. */
#ifndef CONNECTED_BACKLIGHT_DISABLE_TIMEOUT
# define CONNECTED_BACKLIGHT_OFF_DELAY_TIME 600
# define CONNECTED_BACKLIGHT_DISABLE_TIMEOUT 600
#endif
/* Uint: ms */
@@ -70,6 +70,10 @@
# pragma error("HOST_COUNT max value is 6")
#endif
#ifndef P24G_HOST_DEVICES_COUNT
# define P24G_HOST_DEVICES_COUNT 1
#endif
typedef enum {
INDICATOR_NONE,
INDICATOR_OFF,