Page 2 of 2

Posted: Mon Oct 10, 2005 6:28 am
by The Robman
Well done. You're next step should be to figure out the keymaps.

I have just updated your RDF a little. I deleted all the data from the [DigitMaps] section as that is undoubtedly incorrect, then I created new [ButtonMaps] entries that include all of the remote's buttons. Your job now is to edit upgrades using RM and load them into the remote. You need an upgrade for one of your devices, then in RM change the remote to the URC-7040 and make sure that there's a function assigned to every button, except the numers, volume and channel buttons, you don't need to worry about those. Then test the upgrade. Most of the functions will be on the wrong buttons, so make a note of which button they ended up on and then fix the [ButtonMaps] entry for the device mode that you're using.

For example, let's say that you assign the "number 1" function to the "10" button and the "number 2" function to the "AV" button. Then, when you test the remote and you press the "10" button, it actually sends the "number 2" function. That means that you need to put the keycode for the "AV" button in the spot currently held by the "10" button.

If you were using SAT mode for this test, SAT mode uses the "0" ButtonMap...

[DeviceTypes]
SAT = 0
TV = 1
VCR = 2

[ButtonMaps]
0 = ($1F, $15, $16, $17, $19, $1A, $1B, $1C, $1D, $1E), ($04, $05, $08), ($06, $07),
03,$12,$18,$20,$13,$29,$2A,$2B,$2C,$2D,$14,$0B,$0C,$0D,$0F,$0E,$10,$22,$23,$24,$25

... so you would need to replace the $12 keycode with the $18 keycode.