EVE 1.0
key_combi_t Struct Reference

The structure defines combi key parameters. Note that it is possible to define individual debounce time for each group. Thus it is also the way to define an individual key with debouncing which differs from default KEY_PRELL_TIME : just define a "group of 1 key. More...

#include <key.h>

Data Fields

uint32_t Keys
 Bit positions = key number.
 
uint16_t Time
 Number of debounce scans (wanted debounce time in ms / SCAN_KEY_INTERVAL)
 

Detailed Description

The structure defines combi key parameters. Note that it is possible to define individual debounce time for each group. Thus it is also the way to define an individual key with debouncing which differs from default KEY_PRELL_TIME : just define a "group of 1 key.

Definition at line 109 of file key.h.