diff --git a/patcher/patcher.js b/patcher/patcher.js index 128457c..2fe6b94 100644 --- a/patcher/patcher.js +++ b/patcher/patcher.js @@ -68,11 +68,11 @@ const configKeys = { PIN_JACK_SND: 65, PIN_JACK_BUSLED: 66, PIN_JACK_COMMLED: 67, - PIN_BTNMX_LATCH: 66, - PIN_BTNMX_CLOCK: 67, - PIN_BTNMX_DATA: 68, PIN_BTN_SOFT_RESET: 69, ACCELEROMETER_TYPE: 70, + PIN_BTNMX_LATCH: 71, + PIN_BTNMX_CLOCK: 72, + PIN_BTNMX_DATA: 73, PIN_A0: 100, PIN_A1: 101, PIN_A2: 102,