X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fkeymap.h;h=e1a6f992e64cf47e0201790ddce1b8f069c6c06a;hb=6a97efcea94b2d1882ba2d58c4c016a45507fb3d;hp=4c3019a364c2dfad5b6194409bf1bacfb71c3a64;hpb=3eeb0a96232af825962fa1e9b05b80ac1cfd1868;p=max%2Ftmk_keyboard.git diff --git a/common/keymap.h b/common/keymap.h index 4c3019a3..e1a6f992 100644 --- a/common/keymap.h +++ b/common/keymap.h @@ -43,7 +43,7 @@ keymap_config_t keymap_config; /* translates key to keycode */ -uint8_t keymap_key_to_keycode(uint8_t layer, key_t key); +uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key); /* translates Fn keycode to action */ action_t keymap_fn_to_action(uint8_t keycode);