2015-11-07 05:26:12 +00:00
|
|
|
#ifndef JD45_H
|
|
|
|
#define JD45_H
|
|
|
|
|
|
|
|
#include "matrix.h"
|
|
|
|
#include "keymap_common.h"
|
|
|
|
#include "backlight.h"
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2016-03-10 16:28:34 +00:00
|
|
|
void matrix_init_user(void);
|
|
|
|
void matrix_scan_user(void);
|
2015-11-07 05:26:12 +00:00
|
|
|
|
|
|
|
#endif
|