Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
switch to prev profile before turning leds off
Browse files Browse the repository at this point in the history
  • Loading branch information
iojcde authored and shearn89 committed Feb 16, 2022
1 parent d7d65a1 commit 75d542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/annepro2/annepro2.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ bool OVERRIDE process_record_kb(uint16_t keycode, keyrecord_t *record) {
return false;

case KC_AP_LED_OFF:
annepro2LedDisable();
annepro2LedPrevProfile();
annepro2LedDisable();
return false;

case KC_AP_LED_ON:
Expand Down

0 comments on commit 75d542a

Please sign in to comment.