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,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"