diff options
| author | Ofer Plesser <plesserofer@gmail.com> | 2016-12-03 13:09:42 +0200 |
|---|---|---|
| committer | Ofer Plesser <plesserofer@gmail.com> | 2016-12-03 13:09:42 +0200 |
| commit | 9f41544e1de12b92bdc15538ec7a9e66a4af0c43 (patch) | |
| tree | 50192c08c4683de262dbfacc2192a3d73ccd28a3 /tmk_core/protocol/ps2_mouse.h | |
| parent | d639e08a3131892c608760df4e3806d843a91176 (diff) | |
| download | qmk_firmware-9f41544e1de12b92bdc15538ec7a9e66a4af0c43.tar.gz qmk_firmware-9f41544e1de12b92bdc15538ec7a9e66a4af0c43.zip | |
Added back PS2_MOUSE_INIT_DELAY define
Diffstat (limited to 'tmk_core/protocol/ps2_mouse.h')
| -rw-r--r-- | tmk_core/protocol/ps2_mouse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/protocol/ps2_mouse.h b/tmk_core/protocol/ps2_mouse.h index 3b498059d..e11c705fc 100644 --- a/tmk_core/protocol/ps2_mouse.h +++ b/tmk_core/protocol/ps2_mouse.h | |||
| @@ -66,6 +66,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | #ifndef PS2_MOUSE_SCROLL_MASK | 66 | #ifndef PS2_MOUSE_SCROLL_MASK |
| 67 | #define PS2_MOUSE_SCROLL_MASK 0xFF | 67 | #define PS2_MOUSE_SCROLL_MASK 0xFF |
| 68 | #endif | 68 | #endif |
| 69 | #ifndef PS2_MOUSE_INIT_DELAY | ||
| 70 | #define PS2_MOUSE_INIT_DELAY 1000 | ||
| 71 | #endif | ||
| 69 | 72 | ||
| 70 | enum ps2_mouse_command_e { | 73 | enum ps2_mouse_command_e { |
| 71 | PS2_MOUSE_RESET = 0xFF, | 74 | PS2_MOUSE_RESET = 0xFF, |
