You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
528 B
24 lines
528 B
8 years ago
|
/*
|
||
7 years ago
|
* build_config.h
|
||
8 years ago
|
*
|
||
|
* Created on: Jun 20, 2017
|
||
|
* Author: Robert Fisk
|
||
|
*
|
||
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||
|
*/
|
||
|
|
||
7 years ago
|
#ifndef INC_BUILD_CONFIG_H_
|
||
|
#define INC_BUILD_CONFIG_H_
|
||
8 years ago
|
|
||
|
|
||
7 years ago
|
#define CONFIG_MASS_STORAGE_ENABLED
|
||
|
#define CONFIG_MASS_STORAGE_WRITES_PERMITTED
|
||
8 years ago
|
|
||
7 years ago
|
#define CONFIG_KEYBOARD_ENABLED
|
||
|
#define CONFIG_MOUSE_ENABLED
|
||
8 years ago
|
|
||
|
|
||
7 years ago
|
#endif /* INC_BUILD_CONFIG_H_ */
|