summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb_rn42/rn42/rn42_task.h
blob: 8f6c3ab64d6256c9dacad3b1f96c61074cfe2393 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef RN42_TASK_H
#define RN42_TASK_H

#include <stdbool.h>
#include "rn42.h"

void rn42_task_init(void);
void rn42_task(void);

#endif