Index: uspace/drv/usbhid/multimedia/keymap.c
===================================================================
--- uspace/drv/usbhid/multimedia/keymap.c	(revision 6a544f557a8aecac7d29ec627a23f4ef7826d1b3)
+++ uspace/drv/usbhid/multimedia/keymap.c	(revision 6fe0beeb86dddfba20b86e93ea772a56cc1ec871)
@@ -48,11 +48,4 @@
  */
 static int usb_hid_keymap_consumer[0x29c] = {
-	[0xf] = KC_F1, /* Just for testing purposes */
-	[0x5] = KC_F2, /* Just for testing purposes */
-	[0x8] = KC_F3, /* Just for testing purposes */
-	[0x6] = KC_F4, /* Just for testing purposes */
-	[0x7] = KC_F5, /* Just for testing purposes */
-	[0xc] = KC_F6, /* Just for testing purposes */
-	
 	[0xb5] = 0,       /* Scan Next Track */
 	[0xb6] = 0,       /* Scan Previous Track */
@@ -63,14 +56,14 @@
 	[0xe9] = KC_F5,   /* Volume Increment */
 	[0xea] = KC_F4,   /* Volume Decrement */
-	[0x183] = 0,      /* AL Consumer Control Configuration */
+	[0x183] = KC_F1,      /* AL Consumer Control Configuration */
 	[0x18a] = 0,      /* AL Email Reader */
 	[0x192] = 0,      /* AL Calculator */
 	[0x221] = 0,      /* AC Search */
-	[0x223] = 0,      /* AC Home */
+	[0x223] = KC_F6,      /* AC Home */
 	[0x224] = 0,      /* AC Back */
 	[0x225] = 0,      /* AC Forward */
 	[0x226] = 0,      /* AC Stop */
-	[0x227] = KC_F1,  /* AC Refresh */
-	[0x22a] = KC_F6   /* AC Bookmarks */
+	[0x227] = 0,  /* AC Refresh */
+	[0x22a] = 0   /* AC Bookmarks */
 };
 
