649b33d778
* fixes from tmk's repo * rename keyboard to keyboards
14 lines
201 B
C
14 lines
201 B
C
#ifndef JD45_H
|
|
#define JD45_H
|
|
|
|
#include "matrix.h"
|
|
#include "keymap.h"
|
|
#include "backlight.h"
|
|
#include <stddef.h>
|
|
#include <avr/io.h>
|
|
|
|
void matrix_init_user(void);
|
|
void matrix_scan_user(void);
|
|
|
|
#endif
|