X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fal1%2Fal1.c;h=e50a6373b40b05a1b1ae2c6fd10030efae0f8feb;hb=1e96346f289ea235fc418ddc45203a599fd00c08;hp=62d3a6363138de83f45a3704213bb41d8eab5f09;hpb=5ef50256d85569cf404cc1b5aea534832bc89089;p=qmk_firmware.git diff --git a/keyboards/al1/al1.c b/keyboards/al1/al1.c index 62d3a6363..e50a6373b 100644 --- a/keyboards/al1/al1.c +++ b/keyboards/al1/al1.c @@ -15,16 +15,6 @@ */ #include "al1.h" -__attribute__ ((weak)) -void matrix_init_kb(void) { - matrix_init_user(); -} - -__attribute__ ((weak)) -void matrix_scan_kb(void) { - matrix_scan_user(); -} - bool process_record_kb(uint16_t keycode, keyrecord_t *record) { return process_record_user(keycode, record); }