source: avrstuff/libs/ps2_keyboard/keymap.h@ b82c7b3

main
Last change on this file since b82c7b3 was b82c7b3, checked in by Adrien Destugues <pulkomandy@…>, 14 years ago
  • Initial import of amiga and ps/2 keyboard testers

git-svn-id: svn://pulkomandy.tk/avrstuff@1 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 673 bytes
Line 
1const char keymap[128] PROGMEM = {
2// 0 1 2 3 4 5 6 7 8 9 A B C D E F
3 '?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?', // 0
4 '?','?','?','?','?','q','1','?','?','?','z','s','a','w','2','?', // 1
5 '?','c','x','d','e','4','3','?','?',' ','v','f','t','r','5','?', // 2
6 '?','n','b','h','g','y','6','?','?','?','m','j','u','7','8','?', // 3
7 '?','?','k','i','o','0','9','?','?','?','?','l','?','p','?','?', // 4
8 '?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?', // 5
9 '?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?', // 6
10 '?','?','?','?','?','?','?','?','?','?','?','?','?','?','?','?' // 7
11};
Note: See TracBrowser for help on using the repository browser.