summaryrefslogtreecommitdiff
path: root/keymap.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-09-26 22:42:37 +0900
committertmk <nobody@nowhere>2010-09-27 10:24:33 +0900
commite7c6839d2d17dd084c8bea1dd43208b3144979d2 (patch)
tree428571a5be07585733379b52b033d63f555f5c58 /keymap.h
parent1bcebc2848c7dff87b0de2748fbb53ae84275ccb (diff)
some fixes. LED flush for debug.
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