Skip to content

Commit

Permalink
fix led issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Fightingbox committed May 14, 2024
1 parent 6a1eb3e commit 8b44f7b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions configs/GamePad-LED/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
#define LEDS_DPAD_DOWN 10
#define LEDS_DPAD_RIGHT 9
#define LEDS_DPAD_UP 0
#define LEDS_BUTTON_B3 8
#define LEDS_BUTTON_B4 7
#define LEDS_BUTTON_R1 6
#define LEDS_BUTTON_L1 5
#define LEDS_BUTTON_B1 1
#define LEDS_BUTTON_B2 2
#define LEDS_BUTTON_R2 3
#define LEDS_BUTTON_L2 4
#define LEDS_BUTTON_B3 1
#define LEDS_BUTTON_B4 2
#define LEDS_BUTTON_R1 3
#define LEDS_BUTTON_L1 4
#define LEDS_BUTTON_B1 8
#define LEDS_BUTTON_B2 7
#define LEDS_BUTTON_R2 6
#define LEDS_BUTTON_L2 5
#define LEDS_BUTTON_S1 -1
#define LEDS_BUTTON_S2 -1
#define LEDS_BUTTON_L3 -1
Expand Down

0 comments on commit 8b44f7b

Please sign in to comment.