mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
Keyboard: Let's Split fixes (#3511)
* Fixed pin for RGB * Implemented drashnas fixes for filesize
This commit is contained in:
parent
bd874b9577
commit
f1513c3ad2
3 changed files with 14 additions and 1 deletions
|
@ -21,4 +21,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "config_common.h"
|
#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
|
#endif
|
||||||
|
|
|
@ -83,7 +83,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
/* disable action features */
|
/* disable action features */
|
||||||
//#define NO_ACTION_LAYER
|
//#define NO_ACTION_LAYER
|
||||||
#define NO_ACTION_TAPPING
|
//#define NO_ACTION_TAPPING
|
||||||
//#define NO_ACTION_ONESHOT
|
//#define NO_ACTION_ONESHOT
|
||||||
//#define NO_ACTION_MACRO
|
//#define NO_ACTION_MACRO
|
||||||
//#define NO_ACTION_FUNCTION
|
//#define NO_ACTION_FUNCTION
|
||||||
|
|
|
@ -73,3 +73,5 @@ CUSTOM_MATRIX = yes
|
||||||
LAYOUTS = ortho_4x12
|
LAYOUTS = ortho_4x12
|
||||||
|
|
||||||
DEFAULT_FOLDER = vitamins_included/rev1
|
DEFAULT_FOLDER = vitamins_included/rev1
|
||||||
|
|
||||||
|
EXTRAFLAGS += -flto
|
Loading…
Reference in a new issue