add KC_MRWD and KC_MFFD to rn42
on OSX KC_MRWD and KC_MFFD are used instead of KC_MPRV and KC_MNXTmain
parent
fa33719ada
commit
e19d574b29
|
|
@ -196,8 +196,8 @@ static uint16_t usage2bits(uint16_t usage)
|
|||
case TRANSPORT_PREV_TRACK: return 0x200;
|
||||
case TRANSPORT_STOP: return 0x400;
|
||||
case TRANSPORT_STOP_EJECT: return 0x800;
|
||||
//case return 0x1000; // Fast forward
|
||||
//case return 0x2000; // Rewind
|
||||
case TRANSPORT_FAST_FORWARD: return 0x1000;
|
||||
case TRANSPORT_REWIND: return 0x2000;
|
||||
//case return 0x4000; // Stop/eject
|
||||
//case return 0x8000; // Internet browser
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue