Skip to content

Commit

Permalink
rearrange pin definitions for buttons according to layout on pcb
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisGarvey authored Apr 29, 2024
1 parent 35613cd commit 452f7d0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/config/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
#define PIN_KNOB_BUTTON -1
#define PIN_BACK_BUTTON 26
#define PIN_OK_BUTTON 13
#define PIN_BUTTON_0 12
#define PIN_BUTTON_1 27
#define PIN_BUTTON_2 33
#define PIN_BUTTON_3 15
#define PIN_BUTTON_4 32
#define PIN_BUTTON_5 14
#define PIN_BUTTON_6 19
#define PIN_BUTTON_7 21
#define PIN_BUTTON_0 21
#define PIN_BUTTON_1 19
#define PIN_BUTTON_2 12
#define PIN_BUTTON_3 27
#define PIN_BUTTON_4 33
#define PIN_BUTTON_5 15
#define PIN_BUTTON_6 32
#define PIN_BUTTON_7 14

0 comments on commit 452f7d0

Please sign in to comment.