mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-11 23:38:11 -07:00
commenting broken lines
This commit is contained in:
@@ -58,13 +58,13 @@ bool evWiiEC(const eventMsg_t* const msg, state_t* const state) {
|
||||
sceneSet(state, ecId[msg->wiiEc.val].scene);
|
||||
redraw = true;
|
||||
|
||||
#if 1 // Workaround for Classic Controller Pro, which shows 00's for Factory Calibration Data!?
|
||||
if(state->ec.pidx == PID_CLASSIC_PRO) {
|
||||
// #if 1 // Workaround for Classic Controller Pro, which shows 00's for Factory Calibration Data!?
|
||||
// if(state->ec.pidx == PID_CLASSIC_PRO) {
|
||||
// Simulate a Long-OK keypress, to start Software Calibration mode
|
||||
eventMsg_t msg = {wiiEc.type = InputTypeLong, wiiEc.key = InputKeyOk};
|
||||
key_calib(&msg, state);
|
||||
}
|
||||
#endif
|
||||
// eventMsg_t msg = {input.type = InputTypeLong, input.key = InputKeyOk};
|
||||
// key_calib(&msg, state);
|
||||
// }
|
||||
// #endif
|
||||
break;
|
||||
|
||||
case WIIEC_DISCONN:
|
||||
|
||||
Reference in New Issue
Block a user