> configure(npc)

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:22:15  up 2 days 14:23,  2 users,  load average: 2.20, 1.37, 1.31
This commit is contained in:
tracer-ysyx 2024-01-10 15:22:15 +08:00 committed by xinyangli
parent aaf894d5e6
commit e071d43cce
No known key found for this signature in database

View file

@ -46,7 +46,7 @@ int main(int argc, char **argv, char **env) {
nvboard_update();
cycle(top, [&] {
if (keycode != top->io_keycode_bits) {
printf("%d\n", top->io_keycode_bits);
printf("%x\n", top->io_keycode_bits);
keycode = top->io_keycode_bits;
}
});