mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 01:47:10 +06:00
13 lines
188 B
C
13 lines
188 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
|