From: tmk Date: Mon, 25 Feb 2013 08:00:35 +0000 (+0900) Subject: Fix bit shift which is beyond int size(16bit) X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=1720cf34caa518a2cf85f286d1ca077ebe1a1451;p=max%2Ftmk_keyboard.git Fix bit shift which is beyond int size(16bit) --- diff --git a/common/keyboard.c b/common/keyboard.c index e4bc3dc8..432ea893 100644 --- a/common/keyboard.c +++ b/common/keyboard.c @@ -86,7 +86,7 @@ void keyboard_task(void) if (matrix_change & ((matrix_row_t)1<