summaryrefslogtreecommitdiff
path: root/key_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'key_process.c')
-rw-r--r--key_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key_process.c b/key_process.c
index e4d66e303..9ba0d83a1 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();