aboutsummaryrefslogtreecommitdiffstats
path: root/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keymap.c')
-rw-r--r--keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymap.c b/keymap.c
index 6fca9a003..f81f3a136 100644
--- a/keymap.c
+++ b/keymap.c
@@ -59,7 +59,7 @@ static const uint8_t PROGMEM Keymap[][MATRIX_ROWS][MATRIX_COLS] = {
};
-uint8_t get_keycode(int layer, uint8_t row, uint8_t col)
+uint8_t get_keycode(int layer, int row, int col)
{
if (row >= MATRIX_ROWS)
return KB_NO;