diff options
Diffstat (limited to 'keyboards/dichotemy/matrix.c')
-rw-r--r-- | keyboards/dichotemy/matrix.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/dichotemy/matrix.c b/keyboards/dichotemy/matrix.c index 02e96e38c..f2841df1d 100644 --- a/keyboards/dichotemy/matrix.c +++ b/keyboards/dichotemy/matrix.c | |||
@@ -51,16 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
51 | static matrix_row_t matrix[MATRIX_ROWS]; | 51 | static matrix_row_t matrix[MATRIX_ROWS]; |
52 | 52 | ||
53 | __attribute__ ((weak)) | 53 | __attribute__ ((weak)) |
54 | void matrix_init_quantum(void) { | ||
55 | matrix_init_kb(); | ||
56 | } | ||
57 | |||
58 | __attribute__ ((weak)) | ||
59 | void matrix_scan_quantum(void) { | ||
60 | matrix_scan_kb(); | ||
61 | } | ||
62 | |||
63 | __attribute__ ((weak)) | ||
64 | void matrix_init_kb(void) { | 54 | void matrix_init_kb(void) { |
65 | matrix_init_user(); | 55 | matrix_init_user(); |
66 | } | 56 | } |