diff options
Diffstat (limited to 'tests/test_common/matrix.c')
| -rw-r--r-- | tests/test_common/matrix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_common/matrix.c b/tests/test_common/matrix.c index 0d9fa68b0..4b501039b 100644 --- a/tests/test_common/matrix.c +++ b/tests/test_common/matrix.c | |||
| @@ -58,3 +58,6 @@ void release_key(uint8_t col, uint8_t row) { | |||
| 58 | void clear_all_keys(void) { | 58 | void clear_all_keys(void) { |
| 59 | memset(matrix, 0, sizeof(matrix)); | 59 | memset(matrix, 0, sizeof(matrix)); |
| 60 | } | 60 | } |
| 61 | |||
| 62 | void led_set(uint8_t usb_led) { | ||
| 63 | } | ||
