Page 1 of 1

Keyboard layout

PostPosted: 08 Oct 2012, 21:00
by mikezt
Zdrastvuyte!

As I understand it well, in AVR firmware in kbmap.c file is possibility to change keyboard layout. How does it work? With what memory is working function eeprom_read_byte()? I'm trying to change layout of SHIFTs and CTRLs to similar as it works in Fuse emulator (SHIFTs are CAPS SHIFT and CTRLs are SYMBOL SHIFT).
Thanks.

ps. answers in russian are also welcome ;-)

Re: Keyboard layout

PostPosted: 09 Oct 2012, 00:44
by lvd
Well, eeprom keymap functionality is yet unused and untested since there is no keymap editor for it. Instead you can change default_kbmap[] array and recompile the firmware.

Re: Keyboard layout

PostPosted: 09 Oct 2012, 12:34
by mikezt
Yes, that's how I'm using it now. ;-)