diff options
Diffstat (limited to 'keyboards/percent/skog/skog.c')
| -rw-r--r-- | keyboards/percent/skog/skog.c | 10 |
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 | ||
| 25 | void matrix_init_kb(void) { matrix_init_user(); } | ||
| 26 | |||
| 27 | __attribute__ ((weak)) | ||
| 28 | void matrix_init_user(void) {} | ||
| 29 | |||
| 30 | void matrix_scan_kb(void) { matrix_scan_user(); } | ||
| 31 | |||
| 32 | __attribute__ ((weak)) | ||
| 33 | void 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` |
| 37 | void backlight_init_ports(void) { | 27 | void backlight_init_ports(void) { |
