6 lines
92 B
C
6 lines
92 B
C
#ifndef _PROGRAM_CONFIG_H_
|
|
#define _PROGRAM_CONFIG_H_
|
|
|
|
#define KEYBOARD_ACTIVATED 1
|
|
|
|
#endif
|