kbscan: Remove unused array

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-01-02 19:07:08 -07:00
committed by Tim Crawford
parent 0ccb8079ae
commit 766fb738a0

View File

@ -279,7 +279,6 @@ void kbscan_event(void) {
static uint8_t kbscan_layer = 0;
uint8_t layer = kbscan_layer;
static uint8_t kbscan_last_layer[KM_OUT][KM_IN] = { { 0 } };
static bool kbscan_ghost[KM_OUT] = { false };
uint8_t matrix_curr[KM_OUT];
static bool debounce = false;