diff options
| -rw-r--r-- | keyboards/vitamins_included/config.h | 11 | ||||
| -rw-r--r-- | keyboards/vitamins_included/rev1/config.h | 2 | ||||
| -rw-r--r-- | keyboards/vitamins_included/rules.mk | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/keyboards/vitamins_included/config.h b/keyboards/vitamins_included/config.h index c910d8f24..27924ae46 100644 --- a/keyboards/vitamins_included/config.h +++ b/keyboards/vitamins_included/config.h | |||
| @@ -21,4 +21,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 21 | 21 | ||
| 22 | #include "config_common.h" | 22 | #include "config_common.h" |
| 23 | 23 | ||
| 24 | #if !defined(NO_DEBUG) && !defined(CONSOLE_ENABLE) | ||
| 25 | #define NO_DEBUG | ||
| 26 | #endif // !NO_DEBUG | ||
| 27 | #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE) | ||
| 28 | #define NO_PRINT | ||
| 29 | #endif // !NO_PRINT | ||
| 30 | #define NO_ACTION_MACRO | ||
| 31 | #define NO_ACTION_FUNCTION | ||
| 32 | |||
| 33 | #define DISABLE_LEADER | ||
| 34 | |||
| 24 | #endif | 35 | #endif |
diff --git a/keyboards/vitamins_included/rev1/config.h b/keyboards/vitamins_included/rev1/config.h index 50168237b..26023bfea 100644 --- a/keyboards/vitamins_included/rev1/config.h +++ b/keyboards/vitamins_included/rev1/config.h | |||
| @@ -83,7 +83,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 83 | 83 | ||
| 84 | /* disable action features */ | 84 | /* disable action features */ |
| 85 | //#define NO_ACTION_LAYER | 85 | //#define NO_ACTION_LAYER |
| 86 | #define NO_ACTION_TAPPING | 86 | //#define NO_ACTION_TAPPING |
| 87 | //#define NO_ACTION_ONESHOT | 87 | //#define NO_ACTION_ONESHOT |
| 88 | //#define NO_ACTION_MACRO | 88 | //#define NO_ACTION_MACRO |
| 89 | //#define NO_ACTION_FUNCTION | 89 | //#define NO_ACTION_FUNCTION |
diff --git a/keyboards/vitamins_included/rules.mk b/keyboards/vitamins_included/rules.mk index 786f247bd..2291b2116 100644 --- a/keyboards/vitamins_included/rules.mk +++ b/keyboards/vitamins_included/rules.mk | |||
| @@ -73,3 +73,5 @@ CUSTOM_MATRIX = yes | |||
| 73 | LAYOUTS = ortho_4x12 | 73 | LAYOUTS = ortho_4x12 |
| 74 | 74 | ||
| 75 | DEFAULT_FOLDER = vitamins_included/rev1 | 75 | DEFAULT_FOLDER = vitamins_included/rev1 |
| 76 | |||
| 77 | EXTRAFLAGS += -flto \ No newline at end of file | ||
