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