Add my layout

This commit is contained in:
unknown 2017-07-23 16:30:51 -04:00 committed by Jack Humbert
parent f6438e42af
commit 47c6d201aa
11 changed files with 96 additions and 14 deletions

View file

@ -1 +1 @@
#include "DeltaSplit75.h"
#include "deltasplit75.h"

View file

@ -1,8 +1,8 @@
#ifndef DeltaSplit75_H
#define DeltaSplit75_H
#ifndef deltasplit75_H
#define deltasplit75_H
#ifdef SUBPROJECT_V2
#include "V2.h"
#ifdef SUBPROJECT_v2
#include "v2.h"
#endif
#ifdef SUBPROJECT_ProtoSplit
#include "ProtoSplit.h"

View file

@ -1,4 +1,4 @@
SUBPROJECT_DEFAULT = V2
SUBPROJECT_DEFAULT = v2
ifndef MAKEFILE_INCLUDED
include ../../Makefile

View file

@ -1,4 +1,4 @@
#include "DeltaSplit75.h"
#include "deltasplit75.h"
#ifdef AUDIO_ENABLE
float tone_startup[][2] = SONG(STARTUP_SOUND);

View file

@ -1,7 +1,7 @@
#ifndef V2_H
#define V2_H
#ifndef v2_H
#define v2_H
#include "../DeltaSplit75.h"
#include "../deltasplit75.h"
//void promicro_bootloader_jmp(bool program);
#include "quantum.h"

View file

@ -24,6 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "RightB/config.h"
#endif
#ifdef SUBPROJECT_V2
#include "V2/config.h"
#include "v2/config.h"
#endif
#endif

View file

@ -23,8 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define EE_HANDS
#ifdef SUBPROJECT_V2
#include "../../V2/config.h"
#ifdef SUBPROJECT_v2
#include "../../v2/config.h"
#endif
#ifdef SUBPROJECT_ProtoSplit
#include "../../ProtoSplit/config.h"

View file

@ -1,4 +1,4 @@
#include "DeltaSplit75.h"
#include "deltasplit75.h"
#include "action_layer.h"
#include "eeconfig.h"