hhkb: Integrate RN-42 support, remove hhkb_rn42
This commit is contained in:
parent
ce66988650
commit
099701dd31
32 changed files with 69 additions and 1004 deletions
10
keyboard/hhkb/rn42/rn42_task.h
Normal file
10
keyboard/hhkb/rn42/rn42_task.h
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue