]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/al1/al1.c
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / al1 / al1.c
index ae24c981f2b530a60d835594427d5d8d5805de0b..e50a6373b40b05a1b1ae2c6fd10030efae0f8feb 100644 (file)
  */
 #include "al1.h"
 
-void matrix_init_kb(void) {
-       matrix_init_user();
-}
-
-void matrix_scan_kb(void) {
-    matrix_scan_user();
-}
-
 bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
        return process_record_user(keycode, record);
 }
@@ -45,4 +37,4 @@ void led_set_kb(uint8_t usb_led) {
     else
         PORTD |=  (1<<1);
        led_set_user(usb_led);
-}
\ No newline at end of file
+}