diff options
| author | Joel Challis | 2023-02-11 04:47:17 +0100 |
|---|---|---|
| committer | GitHub | 2023-02-11 04:47:17 +0100 |
| commit | 11d49d00e74618500e5c51e4c7f858eb906ccea8 (patch) | |
| tree | ee827f3ed92a56861f6f5bf1d5f33d6068458d2c /quantum/quantum.c | |
| parent | 99918945149f98cf73f9365b0ad49a2fc07d1152 (diff) | |
Remove matrix_init_quantum/matrix_scan_quantum (#19806)
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 653f553f60..5554ecab32 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -453,14 +453,6 @@ void update_tri_layer(uint8_t layer1, uint8_t layer2, uint8_t layer3) { layer_state_set(update_tri_layer_state(layer_state, layer1, layer2, layer3)); } -// TODO: remove legacy api -void matrix_init_quantum(void) { - matrix_init_kb(); -} -void matrix_scan_quantum(void) { - matrix_scan_kb(); -} - //------------------------------------------------------------------------------ // Override these functions in your keymap file to play different tunes on // different events such as startup and bootloader jump |