aboutsummaryrefslogtreecommitdiff
path: root/keyboards/percent/skog/skog.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/percent/skog/skog.c')
-rw-r--r--keyboards/percent/skog/skog.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/percent/skog/skog.c b/keyboards/percent/skog/skog.c
index 8678d483a..1c26c550e 100644
--- a/keyboards/percent/skog/skog.c
+++ b/keyboards/percent/skog/skog.c
@@ -22,16 +22,6 @@ ps2avrGB support code by Kenneth A. (bminiex/.[ch])
22#include "backlight.h" 22#include "backlight.h"
23#include "backlight_custom.h" 23#include "backlight_custom.h"
24 24
25void matrix_init_kb(void) { matrix_init_user(); }
26
27__attribute__ ((weak))
28void matrix_init_user(void) {}
29
30void matrix_scan_kb(void) { matrix_scan_user(); }
31
32__attribute__ ((weak))
33void matrix_scan_user(void) {}
34
35#ifdef BACKLIGHT_ENABLE 25#ifdef BACKLIGHT_ENABLE
36/// Overrides functions in `quantum.c` 26/// Overrides functions in `quantum.c`
37void backlight_init_ports(void) { 27void backlight_init_ports(void) {