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