]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboard/jd45/jd45.h
Merge pull request #200 from alexives/add_diagram_to_planck_layout
[qmk_firmware.git] / keyboard / jd45 / jd45.h
1 #ifndef JD45_H
2 #define JD45_H
3
4 #include "matrix.h"
5 #include "keymap_common.h"
6 #include "backlight.h"
7 #include <stddef.h>
8
9 void matrix_init_user(void);
10 void matrix_scan_user(void);
11
12 #endif