forked from mirrors/qmk_userspace
Add adaptive NKRO feature
This commit is contained in:
parent
fd0426237f
commit
6aa63c3c63
4 changed files with 136 additions and 3 deletions
|
@ -28,6 +28,11 @@ extern "C" {
|
|||
extern report_keyboard_t *keyboard_report;
|
||||
#ifdef NKRO_ENABLE
|
||||
extern report_nkro_t *nkro_report;
|
||||
# ifdef APDAPTIVE_NKRO_ENABLE
|
||||
extern uint8_t kb_report_changed;
|
||||
extern uint8_t kb_keys_count;
|
||||
extern uint8_t nkro_bit_count;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
void send_keyboard_report(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue