forked from mirrors/qmk_firmware
Added back PS2_MOUSE_INIT_DELAY define
This commit is contained in:
parent
d639e08a31
commit
9f41544e1d
2 changed files with 4 additions and 1 deletions
|
@ -283,4 +283,4 @@ static inline void ps2_mouse_scroll_button_task(report_mouse_t *mouse_report) {
|
|||
}
|
||||
|
||||
RELEASE_SCROLL_BUTTONS;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -66,6 +66,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#ifndef PS2_MOUSE_SCROLL_MASK
|
||||
#define PS2_MOUSE_SCROLL_MASK 0xFF
|
||||
#endif
|
||||
#ifndef PS2_MOUSE_INIT_DELAY
|
||||
#define PS2_MOUSE_INIT_DELAY 1000
|
||||
#endif
|
||||
|
||||
enum ps2_mouse_command_e {
|
||||
PS2_MOUSE_RESET = 0xFF,
|
||||
|
|
Loading…
Reference in a new issue