hhkb: Fix for USB NKRO for RN42

This commit is contained in:
tmk 2018-03-16 17:52:03 +09:00
parent 3526fcaf15
commit f2761c9565
6 changed files with 2941 additions and 2861 deletions

View file

@ -4,6 +4,10 @@
#include <stdbool.h>
#include "rn42.h"
#ifdef NKRO_ENABLE
bool rn42_nkro_last;
#endif
void rn42_task_init(void);
void rn42_task(void);