You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
133 B

3 years ago
  1. #include "key.h"
  2. void key_init(void)
  3. {
  4. }
  5. void key_registered_cb(void)
  6. {
  7. }
  8. void key_on_event(void)
  9. {
  10. }
  11. void key_schedule(void)
  12. {
  13. }