forked from forks/qmk_firmware
13 lines
192 B
C
13 lines
192 B
C
#ifndef JD45_H
|
|
#define JD45_H
|
|
|
|
#include "matrix.h"
|
|
#include "keymap_common.h"
|
|
#include "backlight.h"
|
|
#include <stddef.h>
|
|
|
|
void * matrix_init_user(void);
|
|
void * matrix_scan_user(void);
|
|
|
|
#endif
|