Skip to content

Commit ed921ce

Browse files
committed
feat: add WASD up button to default pico pinout
1 parent 1ab75b0 commit ed921ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/pico/config.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ GpioButtonMapping button_mappings[] = {
2020
{ BTN_LF2, 3 },
2121
{ BTN_LF3, 4 },
2222
{ BTN_LF4, 5 },
23+
{ BTN_LF5, 1 },
2324

2425
{ BTN_LT1, 6 },
2526
{ BTN_LT2, 7 },

include/modes/Rivals2.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#include "core/ControllerMode.hpp"
55
#include "core/state.hpp"
66

7-
#include <config.pb.h> //this was not here, but doesn't seem to matter if I remove it from Melee20Button.hpp anyway
8-
97
class Rivals2 : public ControllerMode {
108
public:
119
Rivals2();

0 commit comments

Comments
 (0)