Collab_RPG/src/config.h

12 lines
142 B
C

#ifndef CONFIG_H
#define CONFIG_H
#if !defined(FXCG50) && defined(COLOR2BIT)
#define GRAYMODEOK 1
#endif
#define USB_FEATURE 0
#endif