New XK2/P10 sub protocol

This commit is contained in:
pascallanger
2025-02-09 12:01:28 +01:00
parent 2f520f2e91
commit 565aaed0c7
7 changed files with 103 additions and 16 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 4
#define VERSION_PATCH_LEVEL 30
#define VERSION_PATCH_LEVEL 31
#define MODE_SERIAL 0
@@ -500,6 +500,11 @@ enum JIABAILE
JIABAILE_STD = 0,
JIABAILE_GYRO = 1,
};
enum XK2
{
XK2_X4 = 0,
XK2_P10 = 1,
};
#define NONE 0
#define P_HIGH 1