fix oryx compilation

This commit is contained in:
Drashna Jael're
2023-09-05 15:08:22 -07:00
parent a1bee71b0f
commit 3a1064ae07

View File

@@ -73,6 +73,10 @@ extern keymap_config_t keymap_config;
# include "raw_hid.h"
#endif
#ifdef ORYX_ENABLE
# include "oryx.h"
#endif
uint8_t keyboard_idle = 0;
/* 0: Boot Protocol, 1: Report Protocol(default) */
uint8_t keyboard_protocol = 1;