Skip to content

Commit

Permalink
Add all of the full width apps back in
Browse files Browse the repository at this point in the history
  • Loading branch information
benirose committed Feb 9, 2023
1 parent 3ecda61 commit fe2c9d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions software/o_c_REV/OC_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
/* Flags for the full-width apps, these enable/disable them in OC_apps.ino but also zero out the app */
/* files to prevent them from taking up space. Only Enigma is enabled by default. */
#define ENABLE_APP_ENIGMA
//#define ENABLE_APP_MIDI
//#define ENABLE_APP_NEURAL_NETWORK
//#define ENABLE_APP_PONG
//#define ENABLE_APP_DARKEST_TIMELINE
#define ENABLE_APP_MIDI
#define ENABLE_APP_NEURAL_NETWORK
#define ENABLE_APP_PONG
#define ENABLE_APP_DARKEST_TIMELINE


#endif
Expand Down

0 comments on commit fe2c9d6

Please sign in to comment.