X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fkitten_paw%2Fkeymap.c;h=e9ad9efe1af5bdf9ca46669b1d92d2a182133870;hb=30864ea5e48c15796cc2e3e2ba4a9b50322d82a4;hp=23db421f9bf4a3f6581816b5acde92e338d99545;hpb=3eeb0a96232af825962fa1e9b05b80ac1cfd1868;p=max%2Ftmk_keyboard.git diff --git a/keyboard/kitten_paw/keymap.c b/keyboard/kitten_paw/keymap.c index 23db421f..e9ad9efe 100644 --- a/keyboard/kitten_paw/keymap.c +++ b/keyboard/kitten_paw/keymap.c @@ -80,7 +80,7 @@ along with this program. If not, see . #define FN_ACTIONS_SIZE (sizeof(fn_actions) / sizeof(fn_actions[0])) /* 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) { if (layer < KEYMAPS_SIZE) { return pgm_read_byte(&keymaps[(layer)][(key.col)][(key.row)]);