From fc7d0b67d7251bf8f3e8bbfe4a2e22ce6d2ef6df Mon Sep 17 00:00:00 2001 From: Robert Fisk Date: Sat, 22 Jul 2017 20:29:04 +1200 Subject: [PATCH] Enable all config options by default --- Upstream/Inc/build_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Upstream/Inc/build_config.h b/Upstream/Inc/build_config.h index 3b291fa..8ea8457 100644 --- a/Upstream/Inc/build_config.h +++ b/Upstream/Inc/build_config.h @@ -14,10 +14,10 @@ #define CONFIG_MASS_STORAGE_ENABLED -//#define CONFIG_MASS_STORAGE_WRITES_PERMITTED +#define CONFIG_MASS_STORAGE_WRITES_PERMITTED #define CONFIG_KEYBOARD_ENABLED -//#define CONFIG_MOUSE_ENABLED +#define CONFIG_MOUSE_ENABLED #endif /* INC_BUILD_CONFIG_H_ */