summaryrefslogtreecommitdiff
path: root/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymap.h b/keymap.h
index a85b626c65..ac0cc5fea6 100644
--- a/keymap.h
+++ b/keymap.h
@@ -5,7 +5,7 @@
#include "usbkeycodes.h"
int get_layer(void);
-uint8_t get_keycode(int layer, uint8_t row, uint8_t col);
+uint8_t get_keycode(int layer, int row, int col);
#define MATRIX_ROWS 9
#define MATRIX_COLS 8