summaryrefslogtreecommitdiff
path: root/src/config.h
blob: 52917678997c38c47c33cb3067f36446380e472f (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CONFIG_H
#define CONFIG_H

#define DEBUG 1



#define M_BTN_1 1
#define M_BTN_2 3

#endif