Hi,
I have a YubiKey NEO-n and I'm trying to create a scanmap for the neo2 keyboard layout
https://www.neo-layout.org/I got the scan codes from:
https://github.com/Yubico/yubikey-perso ... anedit.cpp... and came up with:
Code:
'us': [ 'c', 'b', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'n', 'r', 't', 'u', 'v', 'C', 'B', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'N', 'R', 'T', 'U', 'V', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '!','\t','\n']
'us-codes': ['06','05','0a','0e','08','17','0b','0f','1c','11','18','0d','16','09','0c','19','86','85','8a','8e','88','97','8b','8f','9c','91','98','8d','96','89','8c','99','27','1e','1f','20','21','22','23','24','25','26','9e','2b','28']
'neo2': [ 'ä', 'z', 'a', 'l', 'e', 'o', 's', 'g', 'n', 'r', 't', 'b', 'c', 'w', 'h', 'p', 'Ä', 'Z', 'A', 'L', 'E', 'O', 'S', 'G', 'N', 'R', 'T', 'B', 'C', 'W', 'H', 'P', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '!','\t','\n']
'neo2-codes': ['15','11','12','09','12','0c','18','16','38','1d','08','0d','0e','0f','04','1a','95','91','b3','89','92','8c','98','16','b8','9c','88','8d','8e','8f','84','9a','27','1e','1f','20','21','22','23','24','25','26','9e','2b','28']
But when I try to set it up I get this error:
Code:
ykpersonalize -y -S 15111209120c1816381d080d0e0f041a9591b389928c9816b89c888d8e8f849a271e1f202122232425269e2b28
Firmware version 3.4.0 Touch level 1285 Program sequence 1
A new scanmap will be written.
Commit? (y/n) [n]: yes
Yubikey core error: write error
Is there anything obvious I'm doing wrong?
Can somebody help me debugging this issue ?
Cheers
Kofi