aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r--users/drashna/config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h
index e48f72355..0a59ad026 100644
--- a/users/drashna/config.h
+++ b/users/drashna/config.h
@@ -58,10 +58,16 @@
58 58
59// Disable action_get_macro and fn_actions, since we don't use these 59// Disable action_get_macro and fn_actions, since we don't use these
60// and it saves on space in the firmware. 60// and it saves on space in the firmware.
61#ifndef NO_DEBUG
62#define NO_DEBUG
63#endif // !NO_DEBUG
64#ifndef NO_PRINT
65#define NO_PRINT
66#endif // !NO_PRINT
61#define NO_ACTION_MACRO 67#define NO_ACTION_MACRO
62#define NO_ACTION_FUNCTION 68#define NO_ACTION_FUNCTION
63 69
64 70#define DISABLE_LEADER
65 71
66#endif // !USERSPACE_CONFIG_H 72#endif // !USERSPACE_CONFIG_H
67 73