X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=converter%2Fascii_usb%2Fkeymap.c;h=a0c61ce8de41f741a728b76571940c91e64919b4;hb=e2077cad45f1736e878e317c43bd94117c61b5e0;hp=5c13beaffae99018291cd5cd380ff2fe57c03384;hpb=92cda14f7a30f14bb3836c2369d110b2c8b4cf75;p=tmk_firmware.git diff --git a/converter/ascii_usb/keymap.c b/converter/ascii_usb/keymap.c index 5c13bea..a0c61ce 100644 --- a/converter/ascii_usb/keymap.c +++ b/converter/ascii_usb/keymap.c @@ -30,7 +30,7 @@ along with this program. If not, see . // Keymap is not used. See matrix.c. /* 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) { return KC_NO; }