1
0

add KC_MRWD and KC_MFFD to rn42

on OSX KC_MRWD and KC_MFFD are used instead of KC_MPRV and KC_MNXT
This commit is contained in:
Ryan Riginding 2015-11-07 17:00:28 +01:00
parent fa33719ada
commit e19d574b29

View File

@ -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
};