/** @file * * "sr-latin" keyboard mapping * * This file is automatically generated; do not edit * */ FILE_LICENCE ( PUBLIC_DOMAIN ); #include /** "sr-latin" keyboard mapping */ struct key_mapping sr_latin_mapping[] __keymap = { { 0xdc, 0x3c }, /* Pseudo-'\\' => '<' */ { 0xfc, 0x3e }, /* Pseudo-'|' => '>' */ };