diff options
author | tmk <nobody@nowhere> | 2013-03-21 15:44:33 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-21 15:44:33 +0900 |
commit | 2b08a150a41e25e87362436b7307bb1be35529f3 (patch) | |
tree | e176fafe0e7723612f7fb34b88105ea892f35404 /keyboard/gh60/config.h | |
parent | 8580c8d291a432d5004c46321aa3c1b1626cdadd (diff) | |
parent | b2a19328ad35f51dcc9cef7c4d2801acd143582a (diff) |
Merge branch 'add_build_options'
Diffstat (limited to 'keyboard/gh60/config.h')
-rw-r--r-- | keyboard/gh60/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h index 38d88eecc4..7fe28470dd 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h @@ -57,4 +57,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BOOTLOADER_SIZE 4096 + +/* + * Feature disable options + * These options are also useful to firmware size reduction. + */ + +/* disable debug print */ +//#define NO_DEBUG + +/* disable print */ +//#define NO_PRINT + +/* disable action features */ +//#define NO_ACTION_KEYMAP +//#define NO_ACTION_OVERLAY +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT +//#define NO_ACTION_MACRO +//#define NO_ACTION_FUNCTION + #endif |