> 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 15:25:14 up 2 days 14:25, 2 users, load average: 2.18, 1.80, 1.50
This commit is contained in:
parent
d5101dba35
commit
5dd819c241
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ int main(int argc, char **argv, char **env) {
|
||||||
nvboard_update();
|
nvboard_update();
|
||||||
cycle(top, [&] {
|
cycle(top, [&] {
|
||||||
if (keycode != top->io_keycode_bits) {
|
if (keycode != top->io_keycode_bits) {
|
||||||
printf("%x\n", top->io_keycode_bits);
|
printf("keycode: 0x%x display: %x %x\n", top->io_keycode_bits, top->io_segs_1, top->io_segs_0);
|
||||||
keycode = top->io_keycode_bits;
|
keycode = top->io_keycode_bits;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue