Skip to content
mozzwald edited this page Feb 2, 2017 · 7 revisions

openwrt-zipit keymap

The above image is the current keymap layout for openwrt-zipit. The numbers above each key are the designated keycodes used in the keymap file. Each key has several options depending on the modifier used and are color coded based on those modifiers:

  • White: No Modifier
  • Blue: Shift
  • Red: Altgr
  • Purple: Shift + Altgr
  • Green: Shift + Control
  • Black: Unused or risk of conflict with neighboring keys

Keymap File

The Zipit keymap is stored at /etc/z2.kmap and is a compiled keymap format which means it cannot be edited directly with a text editor. You can download the current keymap source from here, modify it to your liking and use the loadkeys utility (on a host machine) to convert it back:

loadkeys -b z2.map >z2.kmap

Clone this wiki locally