Skip to content

Commit

Permalink
Fixed BUG: Any button that pops up will cause all buttons to pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
ChnMasterOG committed Mar 6, 2024
1 parent b055eca commit a42b726
Show file tree
Hide file tree
Showing 8 changed files with 94,130 additions and 94,113 deletions.
2 changes: 2 additions & 0 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,5 @@ You can submit you code [here](https://github.com/ChnMasterOG/tp78_v2/issues). T
        1. Fixed the problem that some hardware OLEDs do not works when powered on.

        2. Add release firmwares with start address 0x0.

        3. Fixed BUG: Any button that pops up will cause all buttons to pop up.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,5 @@ C(mounriver_project - wch软件工程) --> J(VLD_CH582M - 主控板测试工程)
        1. 修复部分硬件OLED上电不亮的问题

        2. Relase版本增加起始0x0地址的固件版本

        3. 修复多按键按下弹起任意一个按键导致所有按键被弹起的问题
3 changes: 2 additions & 1 deletion mounriver_project/KEYBOARD_CH582M/HAL/KEYBOARD.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,9 @@ void KEYBOARD_Detection( void )
KeyboardDat->data[key_idx] != Extra_CustomKey[current_row][current_colum])) { // 弹起按键2层都清除
KeyboardDat->data[p] = KeyboardDat->data[key_idx];
p++;
} else {
KeyboardDat->data[key_idx] = KEY_None;
}
KeyboardDat->data[key_idx] = KEY_None;
}
}
KEYBOARD_data_index = p;
Expand Down
Binary file modified mounriver_project/KEYBOARD_CH582M/obj/BLE_CH582M.bin
Binary file not shown.
Binary file modified mounriver_project/KEYBOARD_CH582M/obj/BLE_CH582M.elf
Binary file not shown.
22,170 changes: 11,085 additions & 11,085 deletions mounriver_project/KEYBOARD_CH582M/obj/BLE_CH582M.hex

Large diffs are not rendered by default.

160,782 changes: 80,397 additions & 80,385 deletions mounriver_project/KEYBOARD_CH582M/obj/BLE_CH582M.lst

Large diffs are not rendered by default.

5,284 changes: 2,642 additions & 2,642 deletions mounriver_project/KEYBOARD_CH582M/obj/BLE_CH582M.map

Large diffs are not rendered by default.

0 comments on commit a42b726

Please sign in to comment.