{
{pros::E_CONTROLLER_DIGITAL_UP, []() {}},
{pros::E_CONTROLLER_DIGITAL_DOWN, []() {}},
{pros::E_CONTROLLER_DIGITAL_LEFT, []() {}},
{pros::E_CONTROLLER_DIGITAL_RIGHT, []() {}},
{pros::E_CONTROLLER_DIGITAL_A, []() {}},
{pros::E_CONTROLLER_DIGITAL_B, []() {}},
{pros::E_CONTROLLER_DIGITAL_X, []() {}},
{pros::E_CONTROLLER_DIGITAL_Y, []() {}},
{pros::E_CONTROLLER_DIGITAL_L1, []() {}},
{pros::E_CONTROLLER_DIGITAL_L2, []() {}},
{pros::E_CONTROLLER_DIGITAL_R1, []() {}},
{pros::E_CONTROLLER_DIGITAL_R2, []() {}},
}
List of predefined controller button callbacks.