]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/dichotemy/matrix.c
Update readme.md (#2687)
[qmk_firmware.git] / keyboards / dichotemy / matrix.c
index 02e96e38caa890644a72c33116434cd207c0b694..f2841df1dec1d72893b2aa2853ab9411ee0deb38 100644 (file)
@@ -50,16 +50,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* matrix state(1:on, 0:off) */
 static matrix_row_t matrix[MATRIX_ROWS];
 
-__attribute__ ((weak))
-void matrix_init_quantum(void) {
-    matrix_init_kb();
-}
-
-__attribute__ ((weak))
-void matrix_scan_quantum(void) {
-    matrix_scan_kb();
-}
-
 __attribute__ ((weak))
 void matrix_init_kb(void) {
     matrix_init_user();