summaryrefslogtreecommitdiff
path: root/keyboards/annepro2/ap2_led.c
diff options
context:
space:
mode:
authorDarkhan <darkhanu@gmail.com>2023-03-12 10:23:39 +0000
committerGitHub <noreply@github.com>2023-03-12 21:23:39 +1100
commita5e7390419a23c6db9cb62810f8ff1645d20b6a3 (patch)
tree0f4613f9e9e347e528b5f63a2980b308e764795e /keyboards/annepro2/ap2_led.c
parentbcfe67883e1acf251d86d22691fb34c266228f6c (diff)
[keyboard] Prevent LED flicker when connecting AnnePro 2 (#19709)
Diffstat (limited to 'keyboards/annepro2/ap2_led.c')
-rw-r--r--keyboards/annepro2/ap2_led.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/annepro2/ap2_led.c b/keyboards/annepro2/ap2_led.c
index c1d7c8166e..70585a511f 100644
--- a/keyboards/annepro2/ap2_led.c
+++ b/keyboards/annepro2/ap2_led.c
@@ -60,8 +60,6 @@ void ap2_led_enable(void) { proto_tx(CMD_LED_ON, NULL, 0, 3); }
void ap2_led_set_profile(uint8_t prof) { proto_tx(CMD_LED_SET_PROFILE, &prof, sizeof(prof), 3); }
-void ap2_led_get_status(void) { proto_tx(CMD_LED_GET_STATUS, NULL, 0, 3); }
-
void ap2_led_next_profile(void) { proto_tx(CMD_LED_NEXT_PROFILE, NULL, 0, 3); }
void ap2_led_next_intensity(void) { proto_tx(CMD_LED_NEXT_INTENSITY, NULL, 0, 3); }