]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keyboard: Let's Split fixes (#3511)
authorMikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
Fri, 27 Jul 2018 21:34:41 +0000 (23:34 +0200)
committerDrashna Jaelre <drashna@live.com>
Fri, 27 Jul 2018 21:34:41 +0000 (14:34 -0700)
* Fixed pin for RGB

* Implemented drashnas fixes for filesize

keyboards/vitamins_included/config.h
keyboards/vitamins_included/rev1/config.h
keyboards/vitamins_included/rules.mk

index c910d8f24f0ceee711b9e7319639e1fd23209680..27924ae46c8c07f395059533b4fef22e63e8d593 100644 (file)
@@ -21,4 +21,15 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "config_common.h"
 
+#if !defined(NO_DEBUG) && !defined(CONSOLE_ENABLE)
+#define NO_DEBUG
+#endif // !NO_DEBUG
+#if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
+#define NO_PRINT
+#endif // !NO_PRINT
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
+
+#define DISABLE_LEADER
+
 #endif
index 50168237bc633d7559fe21625d270b7bb488cc66..26023bfea94bd24cf3588fecb29d6888cf5bf97f 100644 (file)
@@ -83,7 +83,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 /* disable action features */
 //#define NO_ACTION_LAYER
-#define NO_ACTION_TAPPING
+//#define NO_ACTION_TAPPING
 //#define NO_ACTION_ONESHOT
 //#define NO_ACTION_MACRO
 //#define NO_ACTION_FUNCTION
index 786f247bdee1a09d4bcae585636a865f1f1b3d2c..2291b21161ce1f84a13a2bba5bd41e62c5fbcc57 100644 (file)
@@ -73,3 +73,5 @@ CUSTOM_MATRIX = yes
 LAYOUTS = ortho_4x12
 
 DEFAULT_FOLDER = vitamins_included/rev1
+
+EXTRAFLAGS        += -flto
\ No newline at end of file