X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fkeymap.h;h=e1a6f992e64cf47e0201790ddce1b8f069c6c06a;hb=1f96edaed60def1f513ddd8adcdfa3e12b971006;hp=4c3019a364c2dfad5b6194409bf1bacfb71c3a64;hpb=e5bafff725f7b9cbfc364e64c74ea7f68bfc9900;p=tmk_firmware.git diff --git a/common/keymap.h b/common/keymap.h index 4c3019a..e1a6f99 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);