diff --git a/keyboard/ghpad/keymap_common.c b/keyboard/ghpad/keymap_common.c index 6ab88064..5d03cffe 100644 --- a/keyboard/ghpad/keymap_common.c +++ b/keyboard/ghpad/keymap_common.c @@ -17,7 +17,7 @@ along with this program. If not, see . #include "keymap_common.h" /* 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) { #ifndef KEYMAP_IN_EEPROM_ENABLE return pgm_read_byte(&keymaps[(layer)][(key.row)][(key.col)]);