2023-07-08 20:07:34 +02:00
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
2023-07-13 22:23:31 +02:00
|
|
|
|
|
|
|
#if !defined(FXCG50) && defined(COLOR2BIT)
|
2023-07-14 15:28:00 +02:00
|
|
|
#define GRAYMODEOK 1
|
2023-07-13 22:23:31 +02:00
|
|
|
#endif
|
|
|
|
|
2023-07-08 20:07:34 +02:00
|
|
|
#define USB_FEATURE 1
|
|
|
|
|
|
|
|
#endif
|