Bug report - Argon IR Remote

Purchased ONE v3 + IR remote. Installed Kodi on Debian 64bit minimal.
Remote’s back button not functional. Menu button not correct.

Trace problem to argon.lircd.conf - key codes not correct.
begin codes
KEY_UP 0x00ff53ac
KEY_DOWN 0x00ff4bb4
KEY_LEFT 0x00ff9966
KEY_RIGHT 0x00ff837c
KEY_VOLUMEUP 0x00ff01fe
KEY_VOLUMEDOWN 0x00ff817e
KEY_OK 0x00ff738c
KEY_HOME 0x00ffd32c
KEY_MENUBACK 0x00ffb946
end codes

Key codes in V2 are:
begin codes
KEY_POWER 0x00ff39c6
KEY_UP 0x00ff53ac
KEY_DOWN 0x00ff4bb4
KEY_LEFT 0x00ff9966
KEY_RIGHT 0x00ff837c
KEY_VOLUMEUP 0x00ff01fe
KEY_VOLUMEDOWN 0x00ff817e
KEY_OK 0x00ff738c
KEY_HOME 0x00ffd32c
KEY_MENU 0x00ffb946
KEY_BACK 0x00ff09f6
end codes
Please correct issue.