> build_npc_VSegHandler_nvboard
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 17:11:08 up 2 days 16:11, 2 users, load average: 1.70, 0.98, 0.69
This commit is contained in:
parent
34c3b29d2d
commit
0f74d13b9e
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ int main(int argc, char **argv, char **env) {
|
|||
while (true) {
|
||||
nvboard_update();
|
||||
cycle(top, [&] {
|
||||
if (keycode != top->io_ps2_data) {
|
||||
keycode = top->io_ps2_data;
|
||||
if (keycode != top->io_keycode_bits){
|
||||
keycode = top->io_keycode_bits;
|
||||
printf("%d\n", keycode);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue