Commit 6ed32bdb authored by hu's avatar hu

调整按键组织

parent 55a6c075
......@@ -1007,7 +1007,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Up(void)
}
else
{
if ((Key_R >= (1200 - 300)) && (Key_R <= (1200 + 300)))
if ((Key_R >= (1250 - 400)) && (Key_R <= (1250 + 400)))
{
enKeyRealStatus = KEY_LINE_PRESS;
}
......@@ -1034,7 +1034,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Down(void)
}
else
{
if ((Key_R >= (2500 - 300)) && (Key_R <= (2500 + 300)))
if ((Key_R >= (2900 - 400)) && (Key_R <= (2900 + 400)))
{
enKeyRealStatus = KEY_LINE_PRESS;
}
......@@ -1061,7 +1061,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Enter(void)
}
else
{
if ((Key_R >= (4300 - 400)) && (Key_R <= (4300 + 400)))
if ((Key_R >= (4800 - 400)) && (Key_R <= (4800 + 400)))
{
enKeyRealStatus = KEY_LINE_PRESS;
}
......@@ -1087,7 +1087,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Return(void)
}
else
{
if ((Key_R >= (7000 - 400)) && (Key_R <= (7000 + 400)))
if ((Key_R >= (7800 - 400)) && (Key_R <= (7800 + 400)))
{
enKeyRealStatus = KEY_LINE_PRESS;
}
......@@ -1114,7 +1114,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Menu(void)
}
else
{
if ((Key_R >= (400 - 300)) && (Key_R <= (400 + 300)))
if ((Key_R >= (500 - 300)) && (Key_R <= (500 + 300)))
{
enKeyRealStatus = KEY_LINE_PRESS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment