Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb649a81 authored by Chih-Wei Huang's avatar Chih-Wei Huang Committed by Matthew Garrett
Browse files

eeepc-wmi: add extra keymaps for EP121

parent 9b05ea24
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -84,6 +84,9 @@ static const struct key_entry eeepc_wmi_keymap[] = {
	{ KE_KEY, 0xed, { KEY_CAMERA_DOWN } },
	{ KE_KEY, 0xee, { KEY_CAMERA_LEFT } },
	{ KE_KEY, 0xef, { KEY_CAMERA_RIGHT } },
	{ KE_KEY, 0xf3, { KEY_MENU } },
	{ KE_KEY, 0xf5, { KEY_HOMEPAGE } },
	{ KE_KEY, 0xf6, { KEY_ESC } },
	{ KE_END, 0},
};