Skip to content

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 Nov 12, 2020
1 parent 4727f8e commit ae05609
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 ae05609

Please sign in to comment.