16 lines
364 B
C
16 lines
364 B
C
|
|
/*
|
||
|
|
* This configuration file is included only once from the CAF click detector
|
||
|
|
* module and defines the keys that should produce click events.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <caf/click_detector.h>
|
||
|
|
|
||
|
|
const struct {} click_detector_def_include_once;
|
||
|
|
|
||
|
|
static const struct click_detector_config click_detector_config[] = {
|
||
|
|
{
|
||
|
|
.key_id = 0x180,
|
||
|
|
.consume_button_event = true,
|
||
|
|
},
|
||
|
|
};
|