Add adaptive NKRO feature

This commit is contained in:
lokher 2024-04-28 11:22:33 +08:00
parent fd0426237f
commit 6aa63c3c63
4 changed files with 136 additions and 3 deletions

View file

@ -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);