summaryrefslogtreecommitdiff
path: root/keyboards/dichotemy
diff options
context:
space:
mode:
authorU-LANDSRAAD\drashna2018-02-05 21:57:32 -0800
committerJack Humbert2018-02-06 12:25:30 -0500
commit84a713b05cb50d01fc94e6b5b3e69420e7028d2c (patch)
tree425828112375330f0ab59284cc681f04bee2b8d0 /keyboards/dichotemy
parent9aaa491bc0b7f904dca1be0d002efe0f0db86477 (diff)
Remove _quantum functions from custom matrix.c code
Diffstat (limited to 'keyboards/dichotemy')
-rw-r--r--keyboards/dichotemy/matrix.c10
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/>.
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();
}