Skip to content

Commit

Permalink
Update GamepadState.h with directions to use Function on custom hotke…
Browse files Browse the repository at this point in the history
…ys (OpenStickCommunity#1283)

Update GamepadState.h with directions to use Fuction on custom hotkeys

Update GamepadState.h with directions to use Fuction on custom hotkeys
  • Loading branch information
TheTrainGoes authored Feb 15, 2025
1 parent 455495d commit 03fc5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions headers/gamepad/GamepadState.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ using namespace std;

/**
* @brief AUX defines --- gamepad state that doesn't translate to an output button/dpad/etc.
* If you want to have requre the Function button for a hotkey in a board config, use `#define HOTKEY_0X_AUX_MASK 32768`
*/
#define AUX_MASK_FUNCTION (1U << 15)

Expand Down

0 comments on commit 03fc5cc

Please sign in to comment.