13 lines
351 B
C
Executable File
13 lines
351 B
C
Executable File
#ifndef __CUST_CUSTOM_CONFIG_H__
|
|
#define __CUST_CUSTOM_CONFIG_H__
|
|
|
|
/*
|
|
====================================THIS IS custom CONFIG ==========================================
|
|
*/
|
|
|
|
#define __CUST_HALL_SUPPORT__ CUST_NO
|
|
#define __GFTK_ALS_LUX_FACTOR__ 1.8
|
|
#define __CUST_TP_GESTURE_SUPPORT__ CUST_YES
|
|
#define __CUST_GESTURE_DOUBLE_CLIK__
|
|
#endif
|