Skip to content

FAQ Keymap Editor

hasu@tmk edited this page Dec 11, 2019 · 9 revisions

TMK Keymap Editor

TMK products officially supported are listed here.

http://www.tmk-kbd.com/tmk_keyboard/editor/

Tutorial Video

You can grasp how this works by watching stoic-lemon's video.

Edit keymap

https://youtu.be/TYmAb8zOPWU?t=10m59s

Flash with FLIP

https://youtu.be/TYmAb8zOPWU?t=14m2s

Keys not exist on your keyboard?

You can just ignore them, any keycode should be fine but KC_NO is preferable to indicate the key is not exist.

Locking switch support

Mechanical locking switch support for CapsLock, NumLock and ScrollLock key is built in by default. You can find acitons for those keys like Locking Caps Lock in 'Function and Keypad' tab on Keymap Editor.

How to edit firmware not officially suppored

  1. Download unimap firmware or build with enabling unimap option yourself
  2. Open Editor with this URL: http://www.tmk-kbd.com/tmk_keyboard/editor/unimap/?usb_usb
  3. Select the firmware file on file chooser in 'Base Firmware File:' section
  4. Click 'Load keymap from firmware' button, you will see keymap of the firmware on Editor
  5. Edit your keymap
  6. Then, click 'Download' button to download firmware with new keymap
Clone this wiki locally