1
0
Fork 0

added support for jd45

This commit is contained in:
HuangYang 2015-11-06 22:26:12 -07:00
parent 6485c7d7da
commit 765f8a2aef
7 changed files with 451 additions and 0 deletions

12
keyboard/jd45/jd45.h Normal file
View file

@ -0,0 +1,12 @@
#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