mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
649b33d778
* fixes from tmk's repo * rename keyboard to keyboards
13 lines
201 B
C
13 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
|