cmd: controller mode switch

This commit is contained in:
awalol
2026-05-05 15:19:22 +08:00
parent 0d32db4d9f
commit 351d71dfe1
5 changed files with 36 additions and 37 deletions
+1
View File
@@ -14,6 +14,7 @@ struct __attribute__((packed)) Config_body {
uint8_t disable_pico_led; // bool
uint8_t polling_rate_mode; // 0: 250Hz,1: 500Hz,2: instant
uint8_t haptics_buffer_length; // [16,255]
uint8_t controller_mode; // 0: DS5, 1: DSE
};
struct __attribute__((packed)) Config {