> 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:
tracer-ysyx 2024-01-10 17:11:08 +08:00 committed by xinyangli
parent 34c3b29d2d
commit 0f74d13b9e
No known key found for this signature in database

View file

@ -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);
}
});