Keyboard, how exactly does it work? - page 2 - General Discussion and Assistance - CHDK Forum supplierdeeply

Keyboard, how exactly does it work?

  • 12 Replies
  • 5946 Views
*

Offline reyalp

  • ******
  • 14082
Re: Keyboard, how exactly does it work?
« Reply #10 on: 30 / September / 2009, 01:46:12 »
Advertisements
Look further.
Don't forget what the H stands for.

*

Offline RaduP

  • *****
  • 926
Re: Keyboard, how exactly does it work?
« Reply #11 on: 30 / September / 2009, 01:49:51 »
Ok, now I feel stupid...
Code: [Select]
        if (kbd_is_key_pressed(conf.alt_mode_button))
        {
blink_led(3);
                if (conf.ricoh_ca1_mode && conf.remote_enable) conf.synch_enable=1;
                key_pressed = 1;
                kbd_key_release_all();
                return 1;
        }

Thanks, will try to see why that doesn't get triggered.

*

Offline RaduP

  • *****
  • 926
Re: Keyboard, how exactly does it work?
« Reply #12 on: 30 / September / 2009, 02:03:31 »
Finally got that mofo to work, thanks for all your help!

 

Related Topics