mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-11 12:20:55 +00:00
1a0bac8bcc
Warning reductions
14 lines
201 B
C
14 lines
201 B
C
#ifndef JD45_H
|
|
#define JD45_H
|
|
|
|
#include "matrix.h"
|
|
#include "keymap.h"
|
|
#include "backlight.h"
|
|
#include <stddef.h>
|
|
#include <avr/io.h>
|
|
|
|
void matrix_init_user(void);
|
|
void matrix_scan_user(void);
|
|
|
|
#endif
|