initial check in based on SVN revision 575

This commit is contained in:
2025-05-14 12:57:39 -05:00
commit a3ef12e24a
217 changed files with 95547 additions and 0 deletions

25
source/pro_key.h Normal file
View File

@@ -0,0 +1,25 @@
/*
* 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(void);
void LD_key_process(void);
#endif /* PRO_KEY_H_ */