mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 20:56:42 +00:00
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
|