diff options
Diffstat (limited to 'keyboards/ymd96/ymd96.c')
| -rw-r--r-- | keyboards/ymd96/ymd96.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/ymd96/ymd96.c b/keyboards/ymd96/ymd96.c index 546a4c6e3..eae84ade1 100644 --- a/keyboards/ymd96/ymd96.c +++ b/keyboards/ymd96/ymd96.c | |||
| @@ -21,16 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 21 | #include "backlight.h" | 21 | #include "backlight.h" |
| 22 | #include "backlight_custom.h" | 22 | #include "backlight_custom.h" |
| 23 | 23 | ||
| 24 | void matrix_init_kb(void) { matrix_init_user(); } | ||
| 25 | |||
| 26 | __attribute__ ((weak)) | ||
| 27 | void matrix_init_user(void) {} | ||
| 28 | |||
| 29 | void matrix_scan_kb(void) { matrix_scan_user(); } | ||
| 30 | |||
| 31 | __attribute__ ((weak)) | ||
| 32 | void matrix_scan_user(void) {} | ||
| 33 | |||
| 34 | #ifdef BACKLIGHT_ENABLE | 24 | #ifdef BACKLIGHT_ENABLE |
| 35 | /// Overrides functions in `quantum.c` | 25 | /// Overrides functions in `quantum.c` |
| 36 | void backlight_init_ports(void) { | 26 | void backlight_init_ports(void) { |
