/* * This configuration file is included only once from the CAF click detector * module and defines the keys that should produce click events. */ #include const struct {} click_detector_def_include_once; static const struct click_detector_config click_detector_config[] = { { .key_id = 0x180, .consume_button_event = true, }, };