#pragma once
// raw is the current key state
// on entry cooked is the previous debounced state
// on exit cooked is the current debounced state
// changed is true if raw has changed since the last call
voiddebounce(matrix_row_t raw[], matrix_row_t cooked[],uint8_tnum_rows,boolchanged);booldebounce_active(void);voiddebounce_init(uint8_tnum_rows);