1
0

Merge pull request #267 from riginding/master

add KC_MRWD and KC_MFFD to rn42
This commit is contained in:
tmk 2015-12-05 14:20:51 +09:00
commit 9c42227352

View File

@ -196,8 +196,8 @@ static uint16_t usage2bits(uint16_t usage)
case TRANSPORT_PREV_TRACK: return 0x200; case TRANSPORT_PREV_TRACK: return 0x200;
case TRANSPORT_STOP: return 0x400; case TRANSPORT_STOP: return 0x400;
case TRANSPORT_STOP_EJECT: return 0x800; case TRANSPORT_STOP_EJECT: return 0x800;
//case return 0x1000; // Fast forward case TRANSPORT_FAST_FORWARD: return 0x1000;
//case return 0x2000; // Rewind case TRANSPORT_REWIND: return 0x2000;
//case return 0x4000; // Stop/eject //case return 0x4000; // Stop/eject
//case return 0x8000; // Internet browser //case return 0x8000; // Internet browser
}; };