1.1 diff -r f8996e336619 -r 23a3d358dad3 test/lpfktest.c 1.2 --- a/test/lpfktest.c Wed Jul 28 15:14:54 2010 +0100 1.3 +++ b/test/lpfktest.c Sun Apr 08 22:27:40 2012 +0100 1.4 @@ -42,8 +42,9 @@ 1.5 usleep(100000); 1.6 } 1.7 1.8 - // Turn LEDs off 1.9 + // Turn LEDs off and enable LPFK keystroke input 1.10 lpfk_set_leds(&ctx, false); 1.11 + lpfk_enable(&ctx, true); 1.12 1.13 printf("Now press the keys on the LPFK...\n"); 1.14