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

Commit

Permalink
Merge the custom keys enums on annepro2.h (qmk#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomazmoura authored and shearn89 committed Feb 16, 2022
1 parent 65acd2e commit d9ba2ec
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions keyboards/annepro2/annepro2.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ enum AP2KeyCodes {
KC_AP2_BT4,
KC_AP2_BT_UNPAIR,
KC_AP2_USB,
AP2_SAFE_RANGE,
};

enum custom_keys {
KC_AP_LED_ON = AP2_SAFE_RANGE,
KC_AP_LED_ON,
KC_AP_LED_OFF,
KC_AP_LED_NEXT_PROFILE,
KC_AP_LED_PREV_PROFILE
KC_AP_LED_PREV_PROFILE,
AP2_SAFE_RANGE,
};

0 comments on commit d9ba2ec

Please sign in to comment.