diff options
author | unknown <itsaferbie@gmail.com> | 2017-07-23 17:17:23 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-28 10:45:34 -0400 |
commit | 78f79ca6ccf6c24a712a632c2a6a995d6e111dc2 (patch) | |
tree | 2fe2d1b800bf3a7ce22f19a95031a5a66d9d60ed /keyboards/DeltaSplit75/keymaps/ProtoSplit/config.h | |
parent | f1dbf72e09363efa1bc8703f0215af41803d0e80 (diff) |
Removed old folder
Diffstat (limited to 'keyboards/DeltaSplit75/keymaps/ProtoSplit/config.h')
-rw-r--r-- | keyboards/DeltaSplit75/keymaps/ProtoSplit/config.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/DeltaSplit75/keymaps/ProtoSplit/config.h b/keyboards/DeltaSplit75/keymaps/ProtoSplit/config.h deleted file mode 100644 index 12a1402d98..0000000000 --- a/keyboards/DeltaSplit75/keymaps/ProtoSplit/config.h +++ /dev/null @@ -1,31 +0,0 @@ -/* -Copyright 2012 Jun Wako <wakojun@gmail.com> - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - - -#define USE_SERIAL - -#define MASTER_LEFT -// #define _MASTER_RIGHT -// #define EE_HANDS - - -#ifdef SUBPROJECT_V2 - #include "../../V2/config.h" -#endif -#ifdef SUBPROJECT_ProtoSplit - #include "../../ProtoSplit/config.h" -#endif |