aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>2018-07-27 23:34:41 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-27 14:34:41 -0700
commitf1513c3ad21822a376eb50fb8331e63617a0b2db (patch)
tree13f41ba16d38ef24868e9269f2ef7221dea58614
parentbd874b9577eafaf4c4b6a2730aecf02e94dc5b52 (diff)
downloadqmk_firmware-f1513c3ad21822a376eb50fb8331e63617a0b2db.tar.gz
qmk_firmware-f1513c3ad21822a376eb50fb8331e63617a0b2db.zip
Keyboard: Let's Split fixes (#3511)
* Fixed pin for RGB * Implemented drashnas fixes for filesize
-rw-r--r--keyboards/vitamins_included/config.h11
-rw-r--r--keyboards/vitamins_included/rev1/config.h2
-rw-r--r--keyboards/vitamins_included/rules.mk2
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
73LAYOUTS = ortho_4x12 73LAYOUTS = ortho_4x12
74 74
75DEFAULT_FOLDER = vitamins_included/rev1 75DEFAULT_FOLDER = vitamins_included/rev1
76
77EXTRAFLAGS += -flto \ No newline at end of file