#ifndef _KEY_CFG_H_ #define _KEY_CFG_H_ #define GPIO_KEY GPIO2 #define GPIO_PIN_KEY GPIO_PIN_1 #define KEY GPIO_PIN_1 #define KEY_MAP KEY #define MAX_KEY_STACK 10 #define MAX_KEY_FILTER 4 #endif