diff options
author | tmk <nobody@nowhere> | 2010-10-28 15:43:51 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-28 15:43:51 +0900 |
commit | 6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8 (patch) | |
tree | 54fa3d4def2748cc19faff5f9d6b393d75a556ac /key_process.c | |
parent | 46545c038034845658e40f1637b5a4465a9aefda (diff) |
ADD: macway/doc
FIX: keymap
Diffstat (limited to 'key_process.c')
-rw-r--r-- | key_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/key_process.c b/key_process.c index e4d66e303c..9ba0d83a16 100644 --- a/key_process.c +++ b/key_process.c @@ -36,7 +36,7 @@ void proc_matrix(void) { int8_t mouse_y = 0; int8_t mouse_vwheel = 0; int8_t mouse_hwheel = 0; - int fn_bits = 0; + uint8_t fn_bits = 0; matrix_scan(); modified = matrix_is_modified(); |