Skip to content

Commit

Permalink
Remove duplicates of #define ENABLE_CLOCKGEN from config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni authored Sep 11, 2024
1 parent 9dce89a commit bff854c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Cart_Reader/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@
/****/

/* [ Clock Generator ---------------------------------------------- ]
Enable this if you have the clock generator module. This will
automatically be enabled if you selected HW2 or newer above.
Disable this if you don't have the clock generator module.
*/

//#define ENABLE_CLOCKGEN
#define ENABLE_CLOCKGEN

/****/

Expand Down Expand Up @@ -528,7 +527,7 @@
with all Cart Readers
*/

//#define OPTION_N64_FASTCRC
#define OPTION_N64_FASTCRC

/****/

Expand Down Expand Up @@ -559,29 +558,21 @@
#define ENABLE_NEOPIXEL
#define ENABLE_ROTARY
//# define rotate_counter_clockwise
#define ENABLE_CLOCKGEN
#define OPTION_N64_FASTCRC
#define OPTION_WS_ADAPTER_V2
#endif

#if (defined(HW2) || defined(HW3))
#define ENABLE_OLED
#define ENABLE_BUTTON2
#define ENABLE_CLOCKGEN
#define ENABLE_CA_LED
#define OPTION_N64_FASTCRC
#endif

#if defined(HW1)
#define ENABLE_OLED
//#define ENABLE_CLOCKGEN
//#define OPTION_N64_FASTCRC
#endif

#if defined(SERIAL_MONITOR)
#define ENABLE_SERIAL
//#define ENABLE_CLOCKGEN
//#define OPTION_N64_FASTCRC
#endif

/* Firmware updater only works with HW3 and HW5 */
Expand Down

0 comments on commit bff854c

Please sign in to comment.