Files
TX/source/pro_key.h

26 lines
377 B
C
Raw Normal View History

/*
* pro_key.h
*
* Created on: Jun 27, 2022
* Author: Keith.Lloyd
*/
#ifndef PRO_KEY_H_
#define PRO_KEY_H_
#include "keys.h"
#define BKLITE_KEY 0x0f9
#define OPT_KEY 0x0f8
#define OVER_RIDE_KEY 0x0f7
#define PRIMARY_KEY 1
#define KEY_DELAY 10
#define TASK_PWR_DN 0x00;
void pro_key(uint32_t pressed);
void LD_key_process(void);
#endif /* PRO_KEY_H_ */