aboutsummaryrefslogtreecommitdiff
path: root/keyboards/al1/al1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/al1/al1.c')
-rw-r--r--keyboards/al1/al1.c10
1 files changed, 0 insertions, 10 deletions
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 @@
15 */ 15 */
16#include "al1.h" 16#include "al1.h"
17 17
18__attribute__ ((weak))
19void matrix_init_kb(void) {
20 matrix_init_user();
21}
22
23__attribute__ ((weak))
24void matrix_scan_kb(void) {
25 matrix_scan_user();
26}
27
28bool process_record_kb(uint16_t keycode, keyrecord_t *record) { 18bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
29 return process_record_user(keycode, record); 19 return process_record_user(keycode, record);
30} 20}