mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
12 lines
188 B
C
12 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
|