Add my layout
This commit is contained in:
parent
f6438e42af
commit
47c6d201aa
11 changed files with 96 additions and 14 deletions
|
|
@ -1 +1 @@
|
|||
#include "DeltaSplit75.h"
|
||||
#include "deltasplit75.h"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBPROJECT_DEFAULT = V2
|
||||
SUBPROJECT_DEFAULT = v2
|
||||
|
||||
ifndef MAKEFILE_INCLUDED
|
||||
include ../../Makefile
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "DeltaSplit75.h"
|
||||
#include "deltasplit75.h"
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
float tone_startup[][2] = SONG(STARTUP_SOUND);
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "DeltaSplit75.h"
|
||||
#include "deltasplit75.h"
|
||||
#include "action_layer.h"
|
||||
#include "eeconfig.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue