[keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709)

This commit is contained in:
Darkhan
2023-03-12 10:23:39 +00:00
committed by GitHub
parent bcfe67883e
commit a5e7390419
4 changed files with 2 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ enum {
CMD_LED_MASK_SET_MONO = 0x12,
/* Reactive / status */
CMD_LED_GET_STATUS = 0x20,
CMD_LED_GET_STATUS = 0x20, /* unused */
CMD_LED_KEY_BLINK = 0x21,
CMD_LED_KEY_DOWN = 0x22,
CMD_LED_KEY_UP = 0x23, /* TODO */