Skip to content

Commit

Permalink
turned on touch
Browse files Browse the repository at this point in the history
  • Loading branch information
wallarug committed Apr 8, 2019
1 parent 838c824 commit 8b0c504
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions firmware/mm1_hat/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@


//* ============== TOUCH =================== *//
#define CONFIG_TOUCH 0
#define CONFIG_TOUCH 1

#ifndef ENABLE_LOGGING
#define CONFIG_TOUCH0 1 //this is the UART log pin
#endif
//#define CONFIG_TOUCH0_PIN 7
#define CONFIG_TOUCH1 0
//#define CONFIG_TOUCH1_PIN 6
#define CONFIG_TOUCH2 0
//#define CONFIG_TOUCH2_PIN 5
#define CONFIG_TOUCH3 0
//#define CONFIG_TOUCH3_PIN 4
#define CONFIG_TOUCH0_PIN 7
#define CONFIG_TOUCH1 1
#define CONFIG_TOUCH1_PIN 6
#define CONFIG_TOUCH2 1
#define CONFIG_TOUCH2_PIN 5
#define CONFIG_TOUCH3 1
#define CONFIG_TOUCH3_PIN 4

//* ============== TIMER =================== *//
#define CONFIG_TIMER 1
Expand Down

0 comments on commit 8b0c504

Please sign in to comment.