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