]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/drashna/config.h
Update to drashna keymaps and userspace (#2876)
[qmk_firmware.git] / users / drashna / config.h
index e48f72355b26745c38c4d91e3c74508515c7b2f3..0a59ad02610ae55ef1600af1a7fce2060fc183bc 100644 (file)
 
 // Disable action_get_macro and fn_actions, since we don't use these
 // and it saves on space in the firmware.
+#ifndef NO_DEBUG
+#define NO_DEBUG
+#endif // !NO_DEBUG
+#ifndef NO_PRINT
+#define NO_PRINT
+#endif // !NO_PRINT
 #define NO_ACTION_MACRO
 #define NO_ACTION_FUNCTION
 
-
+#define DISABLE_LEADER
 
 #endif // !USERSPACE_CONFIG_H