mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-18 07:43:30 +00:00
Added back PS2_MOUSE_INIT_DELAY define
This commit is contained in:
parent
d639e08a31
commit
9f41544e1d
@ -66,6 +66,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#ifndef PS2_MOUSE_SCROLL_MASK
|
#ifndef PS2_MOUSE_SCROLL_MASK
|
||||||
#define PS2_MOUSE_SCROLL_MASK 0xFF
|
#define PS2_MOUSE_SCROLL_MASK 0xFF
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef PS2_MOUSE_INIT_DELAY
|
||||||
|
#define PS2_MOUSE_INIT_DELAY 1000
|
||||||
|
#endif
|
||||||
|
|
||||||
enum ps2_mouse_command_e {
|
enum ps2_mouse_command_e {
|
||||||
PS2_MOUSE_RESET = 0xFF,
|
PS2_MOUSE_RESET = 0xFF,
|
||||||
|
Loading…
Reference in New Issue
Block a user