mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-05 07:43:05 +00:00
[Core] Remove matrix_is_modified() and debounce_is_active() (#15349)
This commit is contained in:
@@ -223,12 +223,6 @@ void matrix_slave_scan(void) {
|
||||
}
|
||||
}
|
||||
|
||||
bool matrix_is_modified(void)
|
||||
{
|
||||
if (debouncing) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
inline
|
||||
bool matrix_is_on(uint8_t row, uint8_t col)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user