diff options
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(); |