Skip to content

Keymap: Custom Key Action

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

Work in progress

Function Action

You can define your custom Action using 'Function Action'(ACTION_FUNCTION or ACTION_FUNCTION_TAP). https://github.com/tmk/tmk_core/blob/master/doc/keymap.md#24-function-action

#define ACTION_xxx ACTION_FUNCTION(1, 

Macro

Clone this wiki locally