You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
188 B

#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