git-svn-id: https://spexeah.com:8443/svn/Asuro@99 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2017-05-18 13:51:32 +00:00
parent b208e3c372
commit d4e567c67c

View File

@ -44,10 +44,8 @@ begin
memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256); memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256);
memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128); memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128);
case keyboard_layout of if(keyboard_layout = 'USA') then lang_USA();
'USA' : lang_USA(); if(keyboard_layout = 'UK') then lang_UK();
'UK' : lang_UK();
end;
isr33.hook(uint32(@callback)); isr33.hook(uint32(@callback));