Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Board config updates #954

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions configs/FlatboxRev5RGB/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
// Setting GPIO pins to assigned by add-on
//
#define GPIO_PIN_00 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_11 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_24 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_25 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_26 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_27 GpioAction::ASSIGNED_TO_ADDON

// Keyboard Mapping Configuration
// // GP2040 | Xinput | Switch | PS3/4/5 | Dinput | Arcade |
Expand Down Expand Up @@ -68,6 +63,7 @@

#define LED_BRIGHTNESS_MAXIMUM 50
#define LED_BRIGHTNESS_STEPS 5
#define LEDS_BASE_ANIMATION_INDEX 1
#define LEDS_PER_PIXEL 2

#define LEDS_DPAD_LEFT 0
Expand Down
5 changes: 2 additions & 3 deletions configs/Mavercade/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
// Setting GPIO pins to assigned by add-on
//
#define GPIO_PIN_00 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_01 GpioAction::ASSIGNED_TO_ADDON

// Keyboard Mapping Configuration
// // GP2040 | Xinput | Switch | PS3/4/5 | Dinput | Arcade |
Expand Down Expand Up @@ -78,7 +77,7 @@
#define LEDS_BUTTON_L2 11
#define LEDS_BUTTON_A2 12

#define EXTRA_BUTTON_MASK GAMEPAD_MASK_DU
#define EXTRA_BUTTON_PIN 1
// Additional Button Support
#define GPIO_PIN_01 GpioAction::BUTTON_PRESS_UP

#endif
1 change: 1 addition & 0 deletions configs/OpenCore0WASD/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
//
#define GPIO_PIN_00 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_01 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_08 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_22 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_28 GpioAction::ASSIGNED_TO_ADDON
#define GPIO_PIN_29 GpioAction::ASSIGNED_TO_ADDON
Expand Down
2 changes: 2 additions & 0 deletions configs/SGFBridget/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@
#define LEDS_BUTTON_B1 10
#define LEDS_DPAD_UP 11

#define HAS_I2C_DISPLAY 0 //This needs to be defined or the LEDs will not work

#endif
2 changes: 2 additions & 0 deletions configs/SGFFaust/BoardConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,6 @@
#define LEDS_BUTTON_B1 10
#define LEDS_DPAD_UP 11

#define HAS_I2C_DISPLAY 0 //This needs to be defined or the LEDs will not work

#endif