Fix BTNMX keys
This commit is contained in:
parent
7e6306cf08
commit
9de0d3a5ca
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue