mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-26 01:26:04 +00:00
fix oryx compilation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user